#BBFEED

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

Shades of Water Leaf #BBFEED

Tints of Water Leaf #BBFEED

Color information

#BBFEED (or 0xBBFEED) is unknown color: approx Water Leaf. HEX triplet: BB, FE and ED. RGB value is (187,254,237). Sum of RGB (Red+Green+Blue) = 187+254+237=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEED is #440112. Grayscale: #E8E8E8. Windows color (decimal): -4456723 or 15597243. OLE color: 15597243.

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

Color convert

RGB187254237-
CMYK0.2600.070.00
HSL164.78º97.1%86.47%-
HSV(B)164.78º26.38%99.61%-
XYZ71.2287.5693.27-
YUV232.03130.895.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.58%
GREEN value IS 254 (99.61% from 255) = 37.46%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=27.58%
G=37.46%
B=34.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542370.2600.070.00164.7897.186.47
HexBBFEED1A070a56156
Octal27337635532070245141126
Binary10111011111111101110110111010011101010010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEED; }

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

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

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

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

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

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

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

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