#BDC2CA

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

Shades of Spindle #BDC2CA

Tints of Spindle #BDC2CA

Color information

#BDC2CA (or 0xBDC2CA) is unknown color: approx Spindle. HEX triplet: BD, C2 and CA. RGB value is (189,194,202). Sum of RGB (Red+Green+Blue) = 189+194+202=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2CA is #423D35. Grayscale: #C1C1C1. Windows color (decimal): -4341046 or 13288125. OLE color: 13288125.

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

Color convert

RGB189194202-
CMYK0.060.0400.21
HSL216.92º10.92%76.67%-
HSV(B)216.92º6.44%79.22%-
XYZ50.9453.6763.55-
YUV193.42132.84124.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 194 (76.17% from 255) = 33.16%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=32.31%
G=33.16%
B=34.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891942020.060.0400.21216.9210.9276.67
HexBDC2CA64015d9b4d
Octal2753023126402533113115
Binary1011110111000010110010101101000101011101100110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2CA; }

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

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

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

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

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

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

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

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