#B8FDEB

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

Shades of Water Leaf #B8FDEB

Tints of Water Leaf #B8FDEB

Color information

#B8FDEB (or 0xB8FDEB) is unknown color: approx Water Leaf. HEX triplet: B8, FD and EB. RGB value is (184,253,235). Sum of RGB (Red+Green+Blue) = 184+253+235=672 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.38% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FDEB is #470214. Grayscale: #E6E6E6. Windows color (decimal): -4653589 or 15465912. OLE color: 15465912.

HSL color Cylindrical-coordinate representation of color #B8FDEB: hue angle of 164.35º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FDEB is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB184253235-
CMYK0.2700.070.01
HSL164.35º94.52%85.69%-
HSV(B)164.35º27.27%99.22%-
XYZ69.8986.4491.6-
YUV230.32130.6494.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.38%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=27.38%
G=37.65%
B=34.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842532350.2700.070.01164.3594.5285.69
HexB8FDEB1B071a45f56
Octal27037535333071244137126
Binary10111000111111011110101111011011111010010010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FDEB; }

 p { color: rgb(184,253,235); }

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

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

 a { background-color: rgb(184,253,235); }

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

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

 span { border-color: rgb(184,253,235); }

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