#BCCAD9

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

Shades of Spindle #BCCAD9

Tints of Spindle #BCCAD9

Color information

#BCCAD9 (or 0xBCCAD9) is unknown color: approx Spindle. HEX triplet: BC, CA and D9. RGB value is (188,202,217). Sum of RGB (Red+Green+Blue) = 188+202+217=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCCAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAD9 is #433526. Grayscale: #C7C7C7. Windows color (decimal): -4404519 or 14273212. OLE color: 14273212.

HSL color Cylindrical-coordinate representation of color #BCCAD9: hue angle of 211.03º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCAD9 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188202217-
CMYK0.130.0700.15
HSL211.03º27.62%79.41%-
HSV(B)211.03º13.36%85.1%-
XYZ54.3857.9473.96-
YUV199.52137.86119.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 217 (85.16% from 255) = 35.75%
R=30.97%
G=33.28%
B=35.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882022170.130.0700.15211.0327.6279.41
HexBCCAD9D70Fd31c4f
Octal27431233115701732334117
Binary10111100110010101101100111011110111111010011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAD9; }

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

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

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

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

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

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

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

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