#BACCD6

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

Shades of Spindle #BACCD6

Tints of Spindle #BACCD6

Color information

#BACCD6 (or 0xBACCD6) is unknown color: approx Spindle. HEX triplet: BA, CC and D6. RGB value is (186,204,214). Sum of RGB (Red+Green+Blue) = 186+204+214=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 204 (80.08% from 255 or 33.77% 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 #BACCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCD6 is #453329. Grayscale: #C7C7C7. Windows color (decimal): -4535082 or 14077114. OLE color: 14077114.

HSL color Cylindrical-coordinate representation of color #BACCD6: hue angle of 201.43º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACCD6 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186204214-
CMYK0.130.0500.16
HSL201.43º25.45%78.43%-
HSV(B)201.43º13.08%83.92%-
XYZ53.9858.4872.06-
YUV199.76136.04118.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=30.79%
G=33.77%
B=35.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862042140.130.0500.16201.4325.4578.43
HexBACCD6D5010c9194e
Octal27231432615502031131116
Binary101110101100110011010110110110101000011001001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCD6; }

 p { color: rgb(186,204,214); }

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

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

 a { background-color: rgb(186,204,214); }

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

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

 span { border-color: rgb(186,204,214); }

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