#BBFBE6

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

Shades of Water Leaf #BBFBE6

Tints of Water Leaf #BBFBE6

Color information

#BBFBE6 (or 0xBBFBE6) is unknown color: approx Water Leaf. HEX triplet: BB, FB and E6. RGB value is (187,251,230). Sum of RGB (Red+Green+Blue) = 187+251+230=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBE6 is #440419. Grayscale: #E5E5E5. Windows color (decimal): -4457498 or 15137723. OLE color: 15137723.

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

Color convert

RGB187251230-
CMYK0.2500.080.02
HSL160.31º88.89%85.88%-
HSV(B)160.31º25.5%98.43%-
XYZ69.2785.2787.67-
YUV229.47128.397.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.99%
GREEN value IS 251 (98.44% from 255) = 37.57%
BLUE value IS 230 (90.23% from 255) = 34.43%
R=27.99%
G=37.57%
B=34.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872512300.2500.080.02160.3188.8985.88
HexBBFBE619082a05956
Octal273373346310102240131126
Binary1011101111111011111001101100101000101010000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBE6; }

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

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

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

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

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

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

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

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