#BBEFE5

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

Shades of Water Leaf #BBEFE5

Tints of Water Leaf #BBEFE5

Color information

#BBEFE5 (or 0xBBEFE5) is unknown color: approx Water Leaf. HEX triplet: BB, EF and E5. RGB value is (187,239,229). Sum of RGB (Red+Green+Blue) = 187+239+229=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFE5 is #44101A. Grayscale: #DEDEDE. Windows color (decimal): -4460571 or 15069115. OLE color: 15069115.

HSL color Cylindrical-coordinate representation of color #BBEFE5: hue angle of 168.46º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFE5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB187239229-
CMYK0.2200.040.06
HSL168.46º61.9%83.53%-
HSV(B)168.46º21.76%93.73%-
XYZ65.577.9585.72-
YUV222.31131.77102.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 239 (93.75% from 255) = 36.49%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=28.55%
G=36.49%
B=34.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872392290.2200.040.06168.4661.983.53
HexBBEFE516046a83e54
Octal2733573452604625076124
Binary101110111110111111100101101100100110101010001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFE5; }

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

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

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

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

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

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

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

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