#BBFAB7

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

Shades of Celadon #BBFAB7

Tints of Celadon #BBFAB7

Color information

#BBFAB7 (or 0xBBFAB7) is unknown color: approx Celadon. HEX triplet: BB, FA and B7. RGB value is (187,250,183). Sum of RGB (Red+Green+Blue) = 187+250+183=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 183 (71.88% from 255 or 29.52% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAB7 is #440548. Grayscale: #DFDFDF. Windows color (decimal): -4457801 or 12057275. OLE color: 12057275.

HSL color Cylindrical-coordinate representation of color #BBFAB7: hue angle of 116.42º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFAB7 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB187250183-
CMYK0.2500.270.02
HSL116.42º87.01%84.9%-
HSV(B)116.42º26.8%98.04%-
XYZ63.2382.3557.36-
YUV223.52105.13101.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 183 (71.88% from 255) = 29.52%
R=30.16%
G=40.32%
B=29.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872501830.2500.270.02116.4287.0184.9
HexBBFAB71901B2745755
Octal273372267310332164127125
Binary1011101111111010101101111100101101110111010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAB7; }

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

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

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

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

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

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

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

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