Html Css Color HEX #B9FBEA Water Leaf

📋 copy color: '#B9FBEA'

red 185 ◦ green 251 ◦ blue 234

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

Shades of Water Leaf #B9FBEA

Tints of Water Leaf #B9FBEA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.46%

 BLUE value IS 234 (91.8% from 255) = 34.93%

R = 27.61%
G = 37.46%
B = 34.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#B9FBEA (or 0xB9FBEA) is known color: Water Leaf. HEX triplet: B9, FB and EA. RGB value is (185,251,234). Sum of RGB (Red+Green+Blue) = 185+251+234=670 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.61% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FBEA is #460415. Grayscale: #E5E5E5. Windows color (decimal): -4588566 or 15399865. OLE color: 15399865.

HSL color Cylindrical-coordinate representation of color #B9FBEA: hue angle of 164.55º degrees, saturation: 0.89, 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 #B9FBEA is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 251 234 -
CMYK 0.26 0 0.07 0.02
HSL 164.55º 0.89% 0.85% -
HSV(B) 164.55º 0.26% 0.98% -
XYZ 69.36 85.25 90.64 -
YUV 229.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 185 251 234 0.26 0 0.07 0.02 164.55 0.89 0.85
Hex B9 FB EA 1A 0 7 2 A5 59 55
Octal 271 373 352 32 0 7 2 245 131 125
Binary 10111001 11111011 11101010 11010 0 111 10 10100101 1011001 1010101

Color Harmonies of #B9FBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FBEA

Black with #B9FBEA

Text Example


Text Example

White with #B9FBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FBEA; }

 p { color: rgb(185,251,234); }

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

background-color css

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

 a { background-color: rgb(185,251,234); }

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

border-color css

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

 span { border-color: rgb(185,251,234); }

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