Html Css Color HEX #B9D5C2 Edgewater

📋 copy color: '#B9D5C2'

red 185 ◦ green 213 ◦ blue 194

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

Shades of Edgewater #B9D5C2

Tints of Edgewater #B9D5C2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.98%

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

R = 31.25%
G = 35.98%
B = 32.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#B9D5C2 (or 0xB9D5C2) is known color: Edgewater. HEX triplet: B9, D5 and C2. RGB value is (185,213,194). Sum of RGB (Red+Green+Blue) = 185+213+194=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D5C2 is #462A3D. Grayscale: #CACACA. Windows color (decimal): -4598334 or 12768697. OLE color: 12768697.

HSL color Cylindrical-coordinate representation of color #B9D5C2: hue angle of 139.29º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9D5C2 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 213 194 -
CMYK 0.13 0 0.09 0.16
HSL 139.29º 0.25% 0.78% -
HSV(B) 139.29º 0.13% 0.84% -
XYZ 53.54 61.8 60.15 -
YUV 202.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 185 213 194 0.13 0 0.09 0.16 139.29 0.25 0.78
Hex B9 D5 C2 D 0 9 10 8B 19 4E
Octal 271 325 302 15 0 11 20 213 31 116
Binary 10111001 11010101 11000010 1101 0 1001 10000 10001011 11001 1001110

Color Harmonies of #B9D5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D5C2

Black with #B9D5C2

Text Example


Text Example

White with #B9D5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D5C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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