#BBFEEE

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

Shades of Water Leaf #BBFEEE

Tints of Water Leaf #BBFEEE

Color information

#BBFEEE (or 0xBBFEEE) is unknown color: approx Water Leaf. HEX triplet: BB, FE and EE. RGB value is (187,254,238). Sum of RGB (Red+Green+Blue) = 187+254+238=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEEE is #440111. Grayscale: #E8E8E8. Windows color (decimal): -4456722 or 15662779. OLE color: 15662779.

HSL color Cylindrical-coordinate representation of color #BBFEEE: hue angle of 165.67º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEEE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB187254238-
CMYK0.2600.060.00
HSL165.67º97.1%86.47%-
HSV(B)165.67º26.38%99.61%-
XYZ71.3787.6294.04-
YUV232.14131.395.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.54%
GREEN value IS 254 (99.61% from 255) = 37.41%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=27.54%
G=37.41%
B=35.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542380.2600.060.00165.6797.186.47
HexBBFEEE1A060a66156
Octal27337635632060246141126
Binary10111011111111101110111011010011001010011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEEE; }

 p { color: rgb(187,254,238); }

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

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

 a { background-color: rgb(187,254,238); }

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

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

 span { border-color: rgb(187,254,238); }

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