#BBF1E5

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

Shades of Water Leaf #BBF1E5

Tints of Water Leaf #BBF1E5

Color information

#BBF1E5 (or 0xBBF1E5) is unknown color: approx Water Leaf. HEX triplet: BB, F1 and E5. RGB value is (187,241,229). Sum of RGB (Red+Green+Blue) = 187+241+229=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1E5 is #440E1A. Grayscale: #DFDFDF. Windows color (decimal): -4460059 or 15069627. OLE color: 15069627.

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

Color convert

RGB187241229-
CMYK0.2200.050.05
HSL166.67º65.85%83.92%-
HSV(B)166.67º22.41%94.51%-
XYZ66.0979.1385.92-
YUV223.49131.11101.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.46%
GREEN value IS 241 (94.53% from 255) = 36.68%
BLUE value IS 229 (89.84% from 255) = 34.86%
R=28.46%
G=36.68%
B=34.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872412290.2200.050.05166.6765.8583.92
HexBBF1E516055a74254
Octal27336134526055247102124
Binary1011101111110001111001011011001011011010011110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1E5; }

 p { color: rgb(187,241,229); }

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

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

 a { background-color: rgb(187,241,229); }

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

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

 span { border-color: rgb(187,241,229); }

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