Html Css Color HEX #BDD9C7 Edgewater

📋 copy color: '#BDD9C7'

red 189 ◦ green 217 ◦ blue 199

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

Shades of Edgewater #BDD9C7

Tints of Edgewater #BDD9C7

RGB

 RED value IS 189 (74.22% from 255) = 31.24%

 GREEN value IS 217 (85.16% from 255) = 35.87%

 BLUE value IS 199 (78.13% from 255) = 32.89%

R = 31.24%
G = 35.87%
B = 32.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#BDD9C7 (or 0xBDD9C7) is known color: Edgewater. HEX triplet: BD, D9 and C7. RGB value is (189,217,199). Sum of RGB (Red+Green+Blue) = 189+217+199=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9C7 is #422638. Grayscale: #CECECE. Windows color (decimal): -4335161 or 13097405. OLE color: 13097405.

HSL color Cylindrical-coordinate representation of color #BDD9C7: hue angle of 141.43º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD9C7 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 199 -
CMYK 0.13 0 0.08 0.15
HSL 141.43º 0.27% 0.8% -
HSV(B) 141.43º 0.13% 0.85% -
XYZ 56.11 64.57 63.54 -
YUV 206.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 189 217 199 0.13 0 0.08 0.15 141.43 0.27 0.8
Hex BD D9 C7 D 0 8 F 8D 1B 50
Octal 275 331 307 15 0 10 17 215 33 120
Binary 10111101 11011001 11000111 1101 0 1000 1111 10001101 11011 1010000

Color Harmonies of #BDD9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9C7

Black with #BDD9C7

Text Example


Text Example

White with #BDD9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9C7; }

 p { color: rgb(189,217,199); }

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

background-color css

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

 a { background-color: rgb(189,217,199); }

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

border-color css

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

 span { border-color: rgb(189,217,199); }

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