#BBF3DD

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

Shades of Water Leaf #BBF3DD

Tints of Water Leaf #BBF3DD

Color information

#BBF3DD (or 0xBBF3DD) is unknown color: approx Water Leaf. HEX triplet: BB, F3 and DD. RGB value is (187,243,221). Sum of RGB (Red+Green+Blue) = 187+243+221=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3DD is #440C22. Grayscale: #DFDFDF. Windows color (decimal): -4459555 or 14545851. OLE color: 14545851.

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

Color convert

RGB187243221-
CMYK0.2300.090.05
HSL156.43º70%84.31%-
HSV(B)156.43º23.05%95.29%-
XYZ65.679.8980.37-
YUV223.75126.45101.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.73%
GREEN value IS 243 (95.31% from 255) = 37.33%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=28.73%
G=37.33%
B=33.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872432210.2300.090.05156.437084.31
HexBBF3DD170959c4654
Octal273363335270115234106124
Binary10111011111100111101110110111010011011001110010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3DD; }

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

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

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

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

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

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

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

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