#BDC4CA

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

Shades of Spindle #BDC4CA

Tints of Spindle #BDC4CA

Color information

#BDC4CA (or 0xBDC4CA) is unknown color: approx Spindle. HEX triplet: BD, C4 and CA. RGB value is (189,196,202). Sum of RGB (Red+Green+Blue) = 189+196+202=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4CA is #423B35. Grayscale: #C2C2C2. Windows color (decimal): -4340534 or 13288637. OLE color: 13288637.

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

Color convert

RGB189196202-
CMYK0.060.0300.21
HSL207.69º10.92%76.67%-
HSV(B)207.69º6.44%79.22%-
XYZ51.3954.5663.7-
YUV194.59132.18124.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=32.20%
G=33.39%
B=34.41%

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
Decimal1891962020.060.0300.21207.6910.9276.67
HexBDC4CA63015d0b4d
Octal2753043126302532013115
Binary101111011100010011001010110110101011101000010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4CA; }

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

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

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

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

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

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

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

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