#BBF1E7

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

Shades of Water Leaf #BBF1E7

Tints of Water Leaf #BBF1E7

Color information

#BBF1E7 (or 0xBBF1E7) is unknown color: approx Water Leaf. HEX triplet: BB, F1 and E7. RGB value is (187,241,231). Sum of RGB (Red+Green+Blue) = 187+241+231=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1E7 is #440E18. Grayscale: #DFDFDF. Windows color (decimal): -4460057 or 15200699. OLE color: 15200699.

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

Color convert

RGB187241231-
CMYK0.2200.040.05
HSL168.89º65.85%83.92%-
HSV(B)168.89º22.41%94.51%-
XYZ66.3779.2487.4-
YUV223.71132.11101.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.38%
GREEN value IS 241 (94.53% from 255) = 36.57%
BLUE value IS 231 (90.62% from 255) = 35.05%
R=28.38%
G=36.57%
B=35.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872412310.2200.040.05168.8965.8583.92
HexBBF1E716045a94254
Octal27336134726045251102124
Binary1011101111110001111001111011001001011010100110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1E7; }

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

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

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

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

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

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

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

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