Html Css Color HEX #BDD2C2 Edgewater

📋 copy color: '#BDD2C2'

red 189 ◦ green 210 ◦ blue 194

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

Shades of Edgewater #BDD2C2

Tints of Edgewater #BDD2C2

RGB

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

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

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

R = 31.87%
G = 35.41%
B = 32.72%

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

#BDD2C2 (or 0xBDD2C2) is known color: Edgewater. HEX triplet: BD, D2 and C2. RGB value is (189,210,194). Sum of RGB (Red+Green+Blue) = 189+210+194=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2C2 is #422D3D. Grayscale: #C9C9C9. Windows color (decimal): -4336958 or 12767933. OLE color: 12767933.

HSL color Cylindrical-coordinate representation of color #BDD2C2: hue angle of 134.29º 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 #BDD2C2 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 194 -
CMYK 0.10 0 0.08 0.18
HSL 134.29º 0.19% 0.78% -
HSV(B) 134.29º 0.1% 0.82% -
XYZ 53.77 60.81 59.94 -
YUV 201.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 189 210 194 0.10 0 0.08 0.18 134.29 0.19 0.78
Hex BD D2 C2 A 0 8 12 86 13 4E
Octal 275 322 302 12 0 10 22 206 23 116
Binary 10111101 11010010 11000010 1010 0 1000 10010 10000110 10011 1001110

Color Harmonies of #BDD2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2C2

Black with #BDD2C2

Text Example


Text Example

White with #BDD2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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