#BCCAD6

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

Shades of Spindle #BCCAD6

Tints of Spindle #BCCAD6

Color information

#BCCAD6 (or 0xBCCAD6) is unknown color: approx Spindle. HEX triplet: BC, CA and D6. RGB value is (188,202,214). Sum of RGB (Red+Green+Blue) = 188+202+214=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCCAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAD6 is #433529. Grayscale: #C7C7C7. Windows color (decimal): -4404522 or 14076604. OLE color: 14076604.

HSL color Cylindrical-coordinate representation of color #BCCAD6: hue angle of 207.69º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCCAD6 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188202214-
CMYK0.120.0600.16
HSL207.69º24.07%78.82%-
HSV(B)207.69º12.15%83.92%-
XYZ5457.7971.93-
YUV199.18136.36120.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=31.13%
G=33.44%
B=35.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882022140.120.0600.16207.6924.0778.82
HexBCCAD6C6010d0184f
Octal27431232614602032030117
Binary101111001100101011010110110011001000011010000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAD6; }

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

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

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

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

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

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

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

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