Html Css Color HEX #BDC3CD Spindle

📋 copy color: '#BDC3CD'

red 189 ◦ green 195 ◦ blue 205

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

Shades of Spindle #BDC3CD

Tints of Spindle #BDC3CD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.11%

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

R = 32.09%
G = 33.11%
B = 34.8%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDC3CD (or 0xBDC3CD) is known color: Spindle. HEX triplet: BD, C3 and CD. RGB value is (189,195,205). Sum of RGB (Red+Green+Blue) = 189+195+205=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDC3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3CD is #423C32. Grayscale: #C2C2C2. Windows color (decimal): -4340787 or 13484989. OLE color: 13484989.

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

Color convert

RGB 189 195 205 -
CMYK 0.08 0.05 0 0.20
HSL 217.5º 0.14% 0.77% -
HSV(B) 217.5º 0.08% 0.8% -
XYZ 51.52 54.26 65.51 -
YUV 194.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 189 195 205 0.08 0.05 0 0.20 217.5 0.14 0.77
Hex BD C3 CD 8 5 0 14 DA E 4D
Octal 275 303 315 10 5 0 24 332 16 115
Binary 10111101 11000011 11001101 1000 101 0 10100 11011010 1110 1001101

Color Harmonies of #BDC3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3CD

Black with #BDC3CD

Text Example


Text Example

White with #BDC3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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