#BDC3CA

Color #BDC3CA Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #BDC3CA

Tints of Spindle #BDC3CA

Color information

#BDC3CA (or 0xBDC3CA) is unknown color: approx Spindle. HEX triplet: BD, C3 and CA. RGB value is (189,195,202). Sum of RGB (Red+Green+Blue) = 189+195+202=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3CA is #423C35. Grayscale: #C1C1C1. Windows color (decimal): -4340790 or 13288381. OLE color: 13288381.

HSL color Cylindrical-coordinate representation of color #BDC3CA: hue angle of 212.31º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC3CA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189195202-
CMYK0.060.0300.21
HSL212.31º10.92%76.67%-
HSV(B)212.31º6.44%79.22%-
XYZ51.1654.1163.63-
YUV194132.51124.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 195 (76.56% from 255) = 33.28%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=32.25%
G=33.28%
B=34.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891952020.060.0300.21212.3110.9276.67
HexBDC3CA63015d4b4d
Octal2753033126302532413115
Binary101111011100001111001010110110101011101010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3CA; }

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

 H1.HeaderClassName
 {
   color: #BDC3CA;
 }
 .AnyTagClassName
 {
   color: #BDC3CA;
 }
</style>
background-color css

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

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

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

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

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

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