#BBFDB7

Color #BBFDB7 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #BBFDB7

Tints of Celadon #BBFDB7

Color information

#BBFDB7 (or 0xBBFDB7) is unknown color: approx Celadon. HEX triplet: BB, FD and B7. RGB value is (187,253,183). Sum of RGB (Red+Green+Blue) = 187+253+183=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 183 (71.88% from 255 or 29.37% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDB7 is #440248. Grayscale: #E1E1E1. Windows color (decimal): -4457033 or 12058043. OLE color: 12058043.

HSL color Cylindrical-coordinate representation of color #BBFDB7: hue angle of 116.57º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBFDB7 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB187253183-
CMYK0.2600.280.01
HSL116.57º94.59%85.49%-
HSV(B)116.57º27.67%99.22%-
XYZ64.1784.2357.68-
YUV225.29104.13100.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 253 (99.22% from 255) = 40.61%
BLUE value IS 183 (71.88% from 255) = 29.37%
R=30.02%
G=40.61%
B=29.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872531830.2600.280.01116.5794.5985.49
HexBBFDB71A01C1755f55
Octal273375267320341165137125
Binary101110111111110110110111110100111001111010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDB7; }

 p { color: rgb(187,253,183); }

 H1.HeaderClassName
 {
   color: #BBFDB7;
 }
 .AnyTagClassName
 {
   color: #BBFDB7;
 }
</style>
background-color css

<style>
 a { background-color: #BBFDB7; }

 a { background-color: rgb(187,253,183); }

 div.DivClassName
 {
   background-color: #BBFDB7;
 }
 .BgClassName
 {
   background-color: #BBFDB7;
 }
</style>
border-color css

<style>
 span { border-color: #BBFDB7; }

 span { border-color: rgb(187,253,183); }

 td.TdClassName
 {
   border-color: #BBFDB7;
 }
 .TagClassName
 {
   border-color: #BBFDB7;
 }
</style>