#BBF0DF

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

Shades of Water Leaf #BBF0DF

Tints of Water Leaf #BBF0DF

Color information

#BBF0DF (or 0xBBF0DF) is unknown color: approx Water Leaf. HEX triplet: BB, F0 and DF. RGB value is (187,240,223). Sum of RGB (Red+Green+Blue) = 187+240+223=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0DF is #440F20. Grayscale: #DEDEDE. Windows color (decimal): -4460321 or 14676155. OLE color: 14676155.

HSL color Cylindrical-coordinate representation of color #BBF0DF: hue angle of 160.75º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0DF is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB187240223-
CMYK0.2200.070.06
HSL160.75º63.86%83.73%-
HSV(B)160.75º22.08%94.12%-
XYZ64.9778.2181.48-
YUV222.22128.44102.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.77%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=28.77%
G=36.92%
B=34.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872402230.2200.070.06160.7563.8683.73
HexBBF0DF16076a14054
Octal27336033726076241100124
Binary1011101111110000110111111011001111101010000110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF0DF; }

 p { color: rgb(187,240,223); }

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

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

 a { background-color: rgb(187,240,223); }

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

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

 span { border-color: rgb(187,240,223); }

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