#BBF2B7

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

Shades of Celadon #BBF2B7

Tints of Celadon #BBF2B7

Color information

#BBF2B7 (or 0xBBF2B7) is unknown color: approx Celadon. HEX triplet: BB, F2 and B7. RGB value is (187,242,183). Sum of RGB (Red+Green+Blue) = 187+242+183=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2B7 is #440D48. Grayscale: #DBDBDB. Windows color (decimal): -4459849 or 12055227. OLE color: 12055227.

HSL color Cylindrical-coordinate representation of color #BBF2B7: hue angle of 115.93º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF2B7 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB187242183-
CMYK0.2300.240.05
HSL115.93º69.41%83.33%-
HSV(B)115.93º24.38%94.9%-
XYZ60.7977.4956.55-
YUV218.83107.78105.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.56%
GREEN value IS 242 (94.92% from 255) = 39.54%
BLUE value IS 183 (71.88% from 255) = 29.90%
R=30.56%
G=39.54%
B=29.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872421830.2300.240.05115.9369.4183.33
HexBBF2B7170185744553
Octal273362267270305164105123
Binary10111011111100101011011110111011000101111010010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2B7; }

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

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

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

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

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

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

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

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