#BBF0DD

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

Shades of Water Leaf #BBF0DD

Tints of Water Leaf #BBF0DD

Color information

#BBF0DD (or 0xBBF0DD) is unknown color: approx Water Leaf. HEX triplet: BB, F0 and DD. RGB value is (187,240,221). Sum of RGB (Red+Green+Blue) = 187+240+221=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0DD is #440F22. Grayscale: #DEDEDE. Windows color (decimal): -4460323 or 14545083. OLE color: 14545083.

HSL color Cylindrical-coordinate representation of color #BBF0DD: hue angle of 158.49º 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 #BBF0DD is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB187240221-
CMYK0.2200.080.06
HSL158.49º63.86%83.73%-
HSV(B)158.49º22.08%94.12%-
XYZ64.778.1180.07-
YUV221.99127.44103.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.86%
GREEN value IS 240 (94.14% from 255) = 37.04%
BLUE value IS 221 (86.72% from 255) = 34.10%
R=28.86%
G=37.04%
B=34.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872402210.2200.080.06158.4963.8683.73
HexBBF0DD160869e4054
Octal273360335260106236100124
Binary10111011111100001101110110110010001101001111010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF0DD; }

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

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

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

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

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

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

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

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