Html Css Color HEX #BDC8CD Heather

📋 copy color: '#BDC8CD'

red 189 ◦ green 200 ◦ blue 205

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

Shades of Heather #BDC8CD

Tints of Heather #BDC8CD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.67%

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

R = 31.82%
G = 33.67%
B = 34.51%

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

#BDC8CD (or 0xBDC8CD) is known color: Heather. HEX triplet: BD, C8 and CD. RGB value is (189,200,205). Sum of RGB (Red+Green+Blue) = 189+200+205=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8CD is #423732. Grayscale: #C5C5C5. Windows color (decimal): -4339507 or 13486269. OLE color: 13486269.

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

Color convert

RGB 189 200 205 -
CMYK 0.08 0.02 0 0.20
HSL 198.75º 0.14% 0.77% -
HSV(B) 198.75º 0.08% 0.8% -
XYZ 52.66 56.54 65.89 -
YUV 197.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 189 200 205 0.08 0.02 0 0.20 198.75 0.14 0.77
Hex BD C8 CD 8 2 0 14 C7 E 4D
Octal 275 310 315 10 2 0 24 307 16 115
Binary 10111101 11001000 11001101 1000 10 0 10100 11000111 1110 1001101

Color Harmonies of #BDC8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8CD

Black with #BDC8CD

Text Example


Text Example

White with #BDC8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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