#BBFBEA

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

Shades of Water Leaf #BBFBEA

Tints of Water Leaf #BBFBEA

Color information

#BBFBEA (or 0xBBFBEA) is unknown color: approx Water Leaf. HEX triplet: BB, FB and EA. RGB value is (187,251,234). Sum of RGB (Red+Green+Blue) = 187+251+234=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBEA is #440415. Grayscale: #E5E5E5. Windows color (decimal): -4457494 or 15399867. OLE color: 15399867.

HSL color Cylindrical-coordinate representation of color #BBFBEA: hue angle of 164.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBEA is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB187251234-
CMYK0.2500.070.02
HSL164.06º88.89%85.88%-
HSV(B)164.06º25.5%98.43%-
XYZ69.8485.590.66-
YUV229.93130.397.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.83%
GREEN value IS 251 (98.44% from 255) = 37.35%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=27.83%
G=37.35%
B=34.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872512340.2500.070.02164.0688.8985.88
HexBBFBEA19072a45956
Octal27337335231072244131126
Binary101110111111101111101010110010111101010010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBEA; }

 p { color: rgb(187,251,234); }

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

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

 a { background-color: rgb(187,251,234); }

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

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

 span { border-color: rgb(187,251,234); }

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