#B8FFE6

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

Shades of Water Leaf #B8FFE6

Tints of Water Leaf #B8FFE6

Color information

#B8FFE6 (or 0xB8FFE6) is unknown color: approx Water Leaf. HEX triplet: B8, FF and E6. RGB value is (184,255,230). Sum of RGB (Red+Green+Blue) = 184+255+230=669 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.50% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FFE6 is #470019. Grayscale: #E6E6E6. Windows color (decimal): -4653082 or 15138744. OLE color: 15138744.

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

Color convert

RGB184255230-
CMYK0.2800.100
HSL158.87º100%86.08%-
HSV(B)158.87º27.84%100%-
XYZ69.8187.4288.06-
YUV230.92127.4894.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.50%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 230 (90.23% from 255) = 34.38%
R=27.50%
G=38.12%
B=34.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842552300.2800.100158.8710086.08
HexB8FFE61C0A09f6456
Octal270377346340120237144126
Binary101110001111111111100110111000101001001111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFE6; }

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

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

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

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

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

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

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

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