#BBFAEB

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

Shades of Water Leaf #BBFAEB

Tints of Water Leaf #BBFAEB

Color information

#BBFAEB (or 0xBBFAEB) is unknown color: approx Water Leaf. HEX triplet: BB, FA and EB. RGB value is (187,250,235). Sum of RGB (Red+Green+Blue) = 187+250+235=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAEB is #440514. Grayscale: #E5E5E5. Windows color (decimal): -4457749 or 15465147. OLE color: 15465147.

HSL color Cylindrical-coordinate representation of color #BBFAEB: hue angle of 165.71º degrees, saturation: 0.86, 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 #BBFAEB is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB187250235-
CMYK0.2500.060.02
HSL165.71º86.3%85.69%-
HSV(B)165.71º25.2%98.04%-
XYZ69.6784.9391.32-
YUV229.45131.1397.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.83%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=27.83%
G=37.20%
B=34.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502350.2500.060.02165.7186.385.69
HexBBFAEB19062a65656
Octal27337235331062246126126
Binary101110111111101011101011110010110101010011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAEB; }

 p { color: rgb(187,250,235); }

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

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

 a { background-color: rgb(187,250,235); }

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

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

 span { border-color: rgb(187,250,235); }

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