Html Css Color HEX #BDC6CD Spindle

📋 copy color: '#BDC6CD'

red 189 ◦ green 198 ◦ blue 205

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

Shades of Spindle #BDC6CD

Tints of Spindle #BDC6CD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.45%

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

R = 31.93%
G = 33.45%
B = 34.63%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDC6CD (or 0xBDC6CD) is known color: Spindle. HEX triplet: BD, C6 and CD. RGB value is (189,198,205). Sum of RGB (Red+Green+Blue) = 189+198+205=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6CD is #423932. Grayscale: #C4C4C4. Windows color (decimal): -4340019 or 13485757. OLE color: 13485757.

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

Color convert

RGB 189 198 205 -
CMYK 0.08 0.03 0 0.20
HSL 206.25º 0.14% 0.77% -
HSV(B) 206.25º 0.08% 0.8% -
XYZ 52.2 55.61 65.74 -
YUV 196.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 189 198 205 0.08 0.03 0 0.20 206.25 0.14 0.77
Hex BD C6 CD 8 3 0 14 CE E 4D
Octal 275 306 315 10 3 0 24 316 16 115
Binary 10111101 11000110 11001101 1000 11 0 10100 11001110 1110 1001101

Color Harmonies of #BDC6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6CD

Black with #BDC6CD

Text Example


Text Example

White with #BDC6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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