Html Css Color HEX #B9FFED Water Leaf

📋 copy color: '#B9FFED'

red 185 ◦ green 255 ◦ blue 237

#B9FFED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #B9FFED

Tints of Water Leaf #B9FFED

RGB

 RED value IS 185 (72.66% from 255) = 27.33%

 GREEN value IS 255 (100% from 255) = 37.67%

 BLUE value IS 237 (92.97% from 255) = 35.01%

R = 27.33%
G = 37.67%
B = 35.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#B9FFED (or 0xB9FFED) is known color: Water Leaf. HEX triplet: B9, FF and ED. RGB value is (185,255,237). Sum of RGB (Red+Green+Blue) = 185+255+237=677 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.33% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFED is #460012. Grayscale: #E8E8E8. Windows color (decimal): -4587539 or 15597497. OLE color: 15597497.

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

Color convert

RGB 185 255 237 -
CMYK 0.27 0 0.07 0
HSL 164.57º 1% 0.86% -
HSV(B) 164.57º 0.27% 1% -
XYZ 71.05 87.95 93.35 -
YUV 232.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 185 255 237 0.27 0 0.07 0 164.57 1 0.86
Hex B9 FF ED 1B 0 7 0 A5 64 56
Octal 271 377 355 33 0 7 0 245 144 126
Binary 10111001 11111111 11101101 11011 0 111 0 10100101 1100100 1010110

Color Harmonies of #B9FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FFED

Black with #B9FFED

Text Example


Text Example

White with #B9FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FFED; }

 p { color: rgb(185,255,237); }

 H1.HeaderClassName
 {
   color: #B9FFED;
 }
 .AnyTagClassName
 {
   color: #B9FFED;
 }
</style>

background-color css

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

 a { background-color: rgb(185,255,237); }

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

border-color css

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

 span { border-color: rgb(185,255,237); }

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