Html Css Color HEX #B9FBED Water Leaf

📋 copy color: '#B9FBED'

red 185 ◦ green 251 ◦ blue 237

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

Shades of Water Leaf #B9FBED

Tints of Water Leaf #B9FBED

RGB

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

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

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

R = 27.49%
G = 37.3%
B = 35.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#B9FBED (or 0xB9FBED) is known color: Water Leaf. HEX triplet: B9, FB and ED. RGB value is (185,251,237). Sum of RGB (Red+Green+Blue) = 185+251+237=673 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.49% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FBED is #460412. Grayscale: #E5E5E5. Windows color (decimal): -4588563 or 15596473. OLE color: 15596473.

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

Color convert

RGB 185 251 237 -
CMYK 0.26 0 0.06 0.02
HSL 167.27º 0.89% 0.85% -
HSV(B) 167.27º 0.26% 0.98% -
XYZ 69.79 85.42 92.93 -
YUV 229.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 185 251 237 0.26 0 0.06 0.02 167.27 0.89 0.85
Hex B9 FB ED 1A 0 6 2 A7 59 55
Octal 271 373 355 32 0 6 2 247 131 125
Binary 10111001 11111011 11101101 11010 0 110 10 10100111 1011001 1010101

Color Harmonies of #B9FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FBED

Black with #B9FBED

Text Example


Text Example

White with #B9FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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