#BBF3E6

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

Shades of Water Leaf #BBF3E6

Tints of Water Leaf #BBF3E6

Color information

#BBF3E6 (or 0xBBF3E6) is unknown color: approx Water Leaf. HEX triplet: BB, F3 and E6. RGB value is (187,243,230). Sum of RGB (Red+Green+Blue) = 187+243+230=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3E6 is #440C19. Grayscale: #E0E0E0. Windows color (decimal): -4459546 or 15135675. OLE color: 15135675.

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

Color convert

RGB187243230-
CMYK0.2300.050.05
HSL166.07º70%84.31%-
HSV(B)166.07º23.05%95.29%-
XYZ66.8380.3886.86-
YUV224.77130.95101.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.33%
GREEN value IS 243 (95.31% from 255) = 36.82%
BLUE value IS 230 (90.23% from 255) = 34.85%
R=28.33%
G=36.82%
B=34.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872432300.2300.050.05166.077084.31
HexBBF3E617055a64654
Octal27336334627055246106124
Binary1011101111110011111001101011101011011010011010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3E6; }

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

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

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

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

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

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

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

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