Html Css Color HEX #BDD2C1 Edgewater

📋 copy color: '#BDD2C1'

red 189 ◦ green 210 ◦ blue 193

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

Shades of Edgewater #BDD2C1

Tints of Edgewater #BDD2C1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.47%

 BLUE value IS 193 (75.78% from 255) = 32.6%

R = 31.93%
G = 35.47%
B = 32.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#BDD2C1 (or 0xBDD2C1) is known color: Edgewater. HEX triplet: BD, D2 and C1. RGB value is (189,210,193). Sum of RGB (Red+Green+Blue) = 189+210+193=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2C1 is #422D3E. Grayscale: #C9C9C9. Windows color (decimal): -4336959 or 12702397. OLE color: 12702397.

HSL color Cylindrical-coordinate representation of color #BDD2C1: hue angle of 131.43º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD2C1 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 193 -
CMYK 0.10 0 0.08 0.18
HSL 131.43º 0.19% 0.78% -
HSV(B) 131.43º 0.1% 0.82% -
XYZ 53.66 60.76 59.35 -
YUV 201.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 189 210 193 0.10 0 0.08 0.18 131.43 0.19 0.78
Hex BD D2 C1 A 0 8 12 83 13 4E
Octal 275 322 301 12 0 10 22 203 23 116
Binary 10111101 11010010 11000001 1010 0 1000 10010 10000011 10011 1001110

Color Harmonies of #BDD2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2C1

Black with #BDD2C1

Text Example


Text Example

White with #BDD2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2C1; }

 p { color: rgb(189,210,193); }

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

background-color css

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

 a { background-color: rgb(189,210,193); }

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

border-color css

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

 span { border-color: rgb(189,210,193); }

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