Html Css Color HEX #B9D7C3 Edgewater

📋 copy color: '#B9D7C3'

red 185 ◦ green 215 ◦ blue 195

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

Shades of Edgewater #B9D7C3

Tints of Edgewater #B9D7C3

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.13%

 BLUE value IS 195 (76.56% from 255) = 32.77%

R = 31.09%
G = 36.13%
B = 32.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#B9D7C3 (or 0xB9D7C3) is known color: Edgewater. HEX triplet: B9, D7 and C3. RGB value is (185,215,195). Sum of RGB (Red+Green+Blue) = 185+215+195=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D7C3 is #46283C. Grayscale: #CBCBCB. Windows color (decimal): -4597821 or 12834745. OLE color: 12834745.

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

Color convert

RGB 185 215 195 -
CMYK 0.14 0 0.09 0.16
HSL 140º 0.27% 0.78% -
HSV(B) 140º 0.14% 0.84% -
XYZ 54.16 62.86 60.91 -
YUV 203.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 185 215 195 0.14 0 0.09 0.16 140 0.27 0.78
Hex B9 D7 C3 E 0 9 10 8C 1B 4E
Octal 271 327 303 16 0 11 20 214 33 116
Binary 10111001 11010111 11000011 1110 0 1001 10000 10001100 11011 1001110

Color Harmonies of #B9D7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D7C3

Black with #B9D7C3

Text Example


Text Example

White with #B9D7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D7C3; }

 p { color: rgb(185,215,195); }

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

background-color css

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

 a { background-color: rgb(185,215,195); }

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

border-color css

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

 span { border-color: rgb(185,215,195); }

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