#BBF3DF

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

Shades of Water Leaf #BBF3DF

Tints of Water Leaf #BBF3DF

Color information

#BBF3DF (or 0xBBF3DF) is unknown color: approx Water Leaf. HEX triplet: BB, F3 and DF. RGB value is (187,243,223). Sum of RGB (Red+Green+Blue) = 187+243+223=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3DF is #440C20. Grayscale: #E0E0E0. Windows color (decimal): -4459553 or 14676923. OLE color: 14676923.

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

Color convert

RGB187243223-
CMYK0.2300.080.05
HSL158.57º70%84.31%-
HSV(B)158.57º23.05%95.29%-
XYZ65.8679.9981.78-
YUV223.98127.45101.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.64%
GREEN value IS 243 (95.31% from 255) = 37.21%
BLUE value IS 223 (87.5% from 255) = 34.15%
R=28.64%
G=37.21%
B=34.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872432230.2300.080.05158.577084.31
HexBBF3DF170859f4654
Octal273363337270105237106124
Binary10111011111100111101111110111010001011001111110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3DF; }

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

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

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

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

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

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

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

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