#B8FEE6

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

Shades of Water Leaf #B8FEE6

Tints of Water Leaf #B8FEE6

Color information

#B8FEE6 (or 0xB8FEE6) is unknown color: approx Water Leaf. HEX triplet: B8, FE and E6. RGB value is (184,254,230). Sum of RGB (Red+Green+Blue) = 184+254+230=668 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.54% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FEE6 is #470119. Grayscale: #E6E6E6. Windows color (decimal): -4653338 or 15138488. OLE color: 15138488.

HSL color Cylindrical-coordinate representation of color #B8FEE6: hue angle of 159.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FEE6 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB184254230-
CMYK0.2800.090.00
HSL159.43º97.22%85.88%-
HSV(B)159.43º27.56%99.61%-
XYZ69.4986.7987.95-
YUV230.33127.8194.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.54%
GREEN value IS 254 (99.61% from 255) = 38.02%
BLUE value IS 230 (90.23% from 255) = 34.43%
R=27.54%
G=38.02%
B=34.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1842542300.2800.090.00159.4397.2285.88
HexB8FEE61C0909f6156
Octal270376346340110237141126
Binary101110001111111011100110111000100101001111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FEE6; }

 p { color: rgb(184,254,230); }

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

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

 a { background-color: rgb(184,254,230); }

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

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

 span { border-color: rgb(184,254,230); }

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