Html Css Color HEX #B9DAC2 Edgewater

📋 copy color: '#B9DAC2'

red 185 ◦ green 218 ◦ blue 194

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

Shades of Edgewater #B9DAC2

Tints of Edgewater #B9DAC2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.52%

 BLUE value IS 194 (76.17% from 255) = 32.5%

R = 30.99%
G = 36.52%
B = 32.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#B9DAC2 (or 0xB9DAC2) is known color: Edgewater. HEX triplet: B9, DA and C2. RGB value is (185,218,194). Sum of RGB (Red+Green+Blue) = 185+218+194=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DAC2 is #46253D. Grayscale: #CDCDCD. Windows color (decimal): -4597054 or 12769977. OLE color: 12769977.

HSL color Cylindrical-coordinate representation of color #B9DAC2: hue angle of 136.36º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9DAC2 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 218 194 -
CMYK 0.15 0 0.11 0.15
HSL 136.36º 0.31% 0.79% -
HSV(B) 136.36º 0.15% 0.85% -
XYZ 54.82 64.35 60.57 -
YUV 205.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 185 218 194 0.15 0 0.11 0.15 136.36 0.31 0.79
Hex B9 DA C2 F 0 B F 88 1F 4F
Octal 271 332 302 17 0 13 17 210 37 117
Binary 10111001 11011010 11000010 1111 0 1011 1111 10001000 11111 1001111

Color Harmonies of #B9DAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DAC2

Black with #B9DAC2

Text Example


Text Example

White with #B9DAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DAC2; }

 p { color: rgb(185,218,194); }

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

background-color css

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

 a { background-color: rgb(185,218,194); }

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

border-color css

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

 span { border-color: rgb(185,218,194); }

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