Html Css Color HEX #B9F9E6 Water Leaf

📋 copy color: '#B9F9E6'

red 185 ◦ green 249 ◦ blue 230

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

Shades of Water Leaf #B9F9E6

Tints of Water Leaf #B9F9E6

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.5%

 BLUE value IS 230 (90.23% from 255) = 34.64%

R = 27.86%
G = 37.5%
B = 34.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#B9F9E6 (or 0xB9F9E6) is known color: Water Leaf. HEX triplet: B9, F9 and E6. RGB value is (185,249,230). Sum of RGB (Red+Green+Blue) = 185+249+230=664 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.86% from 664); Green value is 249 (97.66% from 255 or 37.5% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F9E6 is #460619. Grayscale: #E3E3E3. Windows color (decimal): -4589082 or 15137209. OLE color: 15137209.

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

Color convert

RGB 185 249 230 -
CMYK 0.26 0 0.08 0.02
HSL 162.19º 0.84% 0.85% -
HSV(B) 162.19º 0.26% 0.98% -
XYZ 68.17 83.78 87.44 -
YUV 227.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 185 249 230 0.26 0 0.08 0.02 162.19 0.84 0.85
Hex B9 F9 E6 1A 0 8 2 A2 54 55
Octal 271 371 346 32 0 10 2 242 124 125
Binary 10111001 11111001 11100110 11010 0 1000 10 10100010 1010100 1010101

Color Harmonies of #B9F9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F9E6

Black with #B9F9E6

Text Example


Text Example

White with #B9F9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F9E6; }

 p { color: rgb(185,249,230); }

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

background-color css

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

 a { background-color: rgb(185,249,230); }

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

border-color css

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

 span { border-color: rgb(185,249,230); }

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