#BBFEF0

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

Shades of Water Leaf #BBFEF0

Tints of Water Leaf #BBFEF0

Color information

#BBFEF0 (or 0xBBFEF0) is unknown color: approx Water Leaf. HEX triplet: BB, FE and F0. RGB value is (187,254,240). Sum of RGB (Red+Green+Blue) = 187+254+240=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEF0 is #44010F. Grayscale: #E8E8E8. Windows color (decimal): -4456720 or 15793851. OLE color: 15793851.

HSL color Cylindrical-coordinate representation of color #BBFEF0: hue angle of 167.46º 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 #BBFEF0 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB187254240-
CMYK0.2600.060.00
HSL167.46º97.1%86.47%-
HSV(B)167.46º26.38%99.61%-
XYZ71.6687.7495.6-
YUV232.37132.395.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.46%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 240 (94.14% from 255) = 35.24%
R=27.46%
G=37.30%
B=35.24%

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
Decimal1872542400.2600.060.00167.4697.186.47
HexBBFEF01A060a76156
Octal27337636032060247141126
Binary10111011111111101111000011010011001010011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEF0; }

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

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

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

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

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

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

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

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