#B8FBED

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

Shades of Water Leaf #B8FBED

Tints of Water Leaf #B8FBED

Color information

#B8FBED (or 0xB8FBED) is unknown color: approx Water Leaf. HEX triplet: B8, FB and ED. RGB value is (184,251,237). Sum of RGB (Red+Green+Blue) = 184+251+237=672 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.38% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FBED is #470412. Grayscale: #E5E5E5. Windows color (decimal): -4654099 or 15596472. OLE color: 15596472.

HSL color Cylindrical-coordinate representation of color #B8FBED: hue angle of 167.46º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FBED is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB184251237-
CMYK0.2700.060.02
HSL167.46º89.33%85.29%-
HSV(B)167.46º26.69%98.43%-
XYZ69.5585.392.92-
YUV229.37132.395.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.38%
GREEN value IS 251 (98.44% from 255) = 37.35%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=27.38%
G=37.35%
B=35.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842512370.2700.060.02167.4689.3385.29
HexB8FBED1B062a75955
Octal27037335533062247131125
Binary101110001111101111101101110110110101010011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FBED; }

 p { color: rgb(184,251,237); }

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

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

 a { background-color: rgb(184,251,237); }

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

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

 span { border-color: rgb(184,251,237); }

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