#BBF5DF

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

Shades of Water Leaf #BBF5DF

Tints of Water Leaf #BBF5DF

Color information

#BBF5DF (or 0xBBF5DF) is unknown color: approx Water Leaf. HEX triplet: BB, F5 and DF. RGB value is (187,245,223). Sum of RGB (Red+Green+Blue) = 187+245+223=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF5DF is #440A20. Grayscale: #E1E1E1. Windows color (decimal): -4459041 or 14677435. OLE color: 14677435.

HSL color Cylindrical-coordinate representation of color #BBF5DF: hue angle of 157.24º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF5DF is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB187245223-
CMYK0.2400.090.04
HSL157.24º74.36%84.71%-
HSV(B)157.24º23.67%96.08%-
XYZ66.4781.281.98-
YUV225.15126.78100.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 245 (96.09% from 255) = 37.40%
BLUE value IS 223 (87.5% from 255) = 34.05%
R=28.55%
G=37.40%
B=34.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872452230.2400.090.04157.2474.3684.71
HexBBF5DF180949d4a55
Octal273365337300114235112125
Binary10111011111101011101111111000010011001001110110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF5DF; }

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

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

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

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

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

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

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

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