Html Css Color HEX #B9FDE8 Water Leaf

📋 copy color: '#B9FDE8'

red 185 ◦ green 253 ◦ blue 232

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

Shades of Water Leaf #B9FDE8

Tints of Water Leaf #B9FDE8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.76%

 BLUE value IS 232 (91.02% from 255) = 34.63%

R = 27.61%
G = 37.76%
B = 34.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#B9FDE8 (or 0xB9FDE8) is known color: Water Leaf. HEX triplet: B9, FD and E8. RGB value is (185,253,232). Sum of RGB (Red+Green+Blue) = 185+253+232=670 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.61% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDE8 is #460217. Grayscale: #E6E6E6. Windows color (decimal): -4588056 or 15269305. OLE color: 15269305.

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

Color convert

RGB 185 253 232 -
CMYK 0.27 0 0.08 0.01
HSL 161.47º 0.94% 0.86% -
HSV(B) 161.47º 0.27% 0.99% -
XYZ 69.7 86.39 89.35 -
YUV 230.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 185 253 232 0.27 0 0.08 0.01 161.47 0.94 0.86
Hex B9 FD E8 1B 0 8 1 A1 5E 56
Octal 271 375 350 33 0 10 1 241 136 126
Binary 10111001 11111101 11101000 11011 0 1000 1 10100001 1011110 1010110

Color Harmonies of #B9FDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FDE8

Black with #B9FDE8

Text Example


Text Example

White with #B9FDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FDE8; }

 p { color: rgb(185,253,232); }

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

background-color css

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

 a { background-color: rgb(185,253,232); }

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

border-color css

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

 span { border-color: rgb(185,253,232); }

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