#BCCAD3

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

Shades of Spindle #BCCAD3

Tints of Spindle #BCCAD3

Color information

#BCCAD3 (or 0xBCCAD3) is unknown color: approx Spindle. HEX triplet: BC, CA and D3. RGB value is (188,202,211). Sum of RGB (Red+Green+Blue) = 188+202+211=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCCAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAD3 is #43352C. Grayscale: #C6C6C6. Windows color (decimal): -4404525 or 13879996. OLE color: 13879996.

HSL color Cylindrical-coordinate representation of color #BCCAD3: hue angle of 203.48º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCAD3 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188202211-
CMYK0.110.0400.17
HSL203.48º20.72%78.24%-
HSV(B)203.48º10.9%82.75%-
XYZ53.6257.6469.93-
YUV198.84134.86120.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 211 (82.81% from 255) = 35.11%
R=31.28%
G=33.61%
B=35.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882022110.110.0400.17203.4820.7278.24
HexBCCAD3B4011cb154e
Octal27431232313402131325116
Binary101111001100101011010011101110001000111001011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAD3; }

 p { color: rgb(188,202,211); }

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

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

 a { background-color: rgb(188,202,211); }

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

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

 span { border-color: rgb(188,202,211); }

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