Html Css Color HEX #B9FFEE Water Leaf

📋 copy color: '#B9FFEE'

red 185 ◦ green 255 ◦ blue 238

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

Shades of Water Leaf #B9FFEE

Tints of Water Leaf #B9FFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.1%

R = 27.29%
G = 37.61%
B = 35.1%

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

#B9FFEE (or 0xB9FFEE) is known color: Water Leaf. HEX triplet: B9, FF and EE. RGB value is (185,255,238). Sum of RGB (Red+Green+Blue) = 185+255+238=678 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.29% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFEE is #460011. Grayscale: #E8E8E8. Windows color (decimal): -4587538 or 15663033. OLE color: 15663033.

HSL color Cylindrical-coordinate representation of color #B9FFEE: hue angle of 165.43º 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 #B9FFEE is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 185 255 238 -
CMYK 0.27 0 0.07 0
HSL 165.43º 1% 0.86% -
HSV(B) 165.43º 0.27% 1% -
XYZ 71.2 88.01 94.12 -
YUV 232.13 131.31 94.38 -
System Red Green Blue C M Y K H S L
Decimal 185 255 238 0.27 0 0.07 0 165.43 1 0.86
Hex B9 FF EE 1B 0 7 0 A5 64 56
Octal 271 377 356 33 0 7 0 245 144 126
Binary 10111001 11111111 11101110 11011 0 111 0 10100101 1100100 1010110

Color Harmonies of #B9FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FFEE

Black with #B9FFEE

Text Example


Text Example

White with #B9FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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