Html Css Color HEX #BDCDC1 Edgewater

📋 copy color: '#BDCDC1'

red 189 ◦ green 205 ◦ blue 193

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

Shades of Edgewater #BDCDC1

Tints of Edgewater #BDCDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.92%

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

R = 32.2%
G = 34.92%
B = 32.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#BDCDC1 (or 0xBDCDC1) is known color: Edgewater. HEX triplet: BD, CD and C1. RGB value is (189,205,193). Sum of RGB (Red+Green+Blue) = 189+205+193=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDC1 is #42323E. Grayscale: #C6C6C6. Windows color (decimal): -4338239 or 12701117. OLE color: 12701117.

HSL color Cylindrical-coordinate representation of color #BDCDC1: hue angle of 135º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCDC1 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 193 -
CMYK 0.08 0 0.06 0.20
HSL 135º 0.14% 0.77% -
HSV(B) 135º 0.08% 0.8% -
XYZ 52.44 58.33 58.95 -
YUV 198.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 189 205 193 0.08 0 0.06 0.20 135 0.14 0.77
Hex BD CD C1 8 0 6 14 87 E 4D
Octal 275 315 301 10 0 6 24 207 16 115
Binary 10111101 11001101 11000001 1000 0 110 10100 10000111 1110 1001101

Color Harmonies of #BDCDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDC1

Black with #BDCDC1

Text Example


Text Example

White with #BDCDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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