Html Css Color HEX #BDC5CD Spindle

📋 copy color: '#BDC5CD'

red 189 ◦ green 197 ◦ blue 205

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

Shades of Spindle #BDC5CD

Tints of Spindle #BDC5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.33%

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

R = 31.98%
G = 33.33%
B = 34.69%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDC5CD (or 0xBDC5CD) is known color: Spindle. HEX triplet: BD, C5 and CD. RGB value is (189,197,205). Sum of RGB (Red+Green+Blue) = 189+197+205=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5CD is #423A32. Grayscale: #C3C3C3. Windows color (decimal): -4340275 or 13485501. OLE color: 13485501.

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

Color convert

RGB 189 197 205 -
CMYK 0.08 0.04 0 0.20
HSL 210º 0.14% 0.77% -
HSV(B) 210º 0.08% 0.8% -
XYZ 51.97 55.16 65.67 -
YUV 195.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 189 197 205 0.08 0.04 0 0.20 210 0.14 0.77
Hex BD C5 CD 8 4 0 14 D2 E 4D
Octal 275 305 315 10 4 0 24 322 16 115
Binary 10111101 11000101 11001101 1000 100 0 10100 11010010 1110 1001101

Color Harmonies of #BDC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5CD

Black with #BDC5CD

Text Example


Text Example

White with #BDC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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