Html Css Color HEX #BDC9CD Heather

📋 copy color: '#BDC9CD'

red 189 ◦ green 201 ◦ blue 205

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

Shades of Heather #BDC9CD

Tints of Heather #BDC9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.78%

 BLUE value IS 205 (80.47% from 255) = 34.45%

R = 31.76%
G = 33.78%
B = 34.45%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDC9CD (or 0xBDC9CD) is known color: Heather. HEX triplet: BD, C9 and CD. RGB value is (189,201,205). Sum of RGB (Red+Green+Blue) = 189+201+205=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9CD is #423632. Grayscale: #C5C5C5. Windows color (decimal): -4339251 or 13486525. OLE color: 13486525.

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

Color convert

RGB 189 201 205 -
CMYK 0.08 0.02 0 0.20
HSL 195º 0.14% 0.77% -
HSV(B) 195º 0.08% 0.8% -
XYZ 52.89 57 65.97 -
YUV 197.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 189 201 205 0.08 0.02 0 0.20 195 0.14 0.77
Hex BD C9 CD 8 2 0 14 C3 E 4D
Octal 275 311 315 10 2 0 24 303 16 115
Binary 10111101 11001001 11001101 1000 10 0 10100 11000011 1110 1001101

Color Harmonies of #BDC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9CD

Black with #BDC9CD

Text Example


Text Example

White with #BDC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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