#BACCD5

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

Shades of Spindle #BACCD5

Tints of Spindle #BACCD5

Color information

#BACCD5 (or 0xBACCD5) is unknown color: approx Spindle. HEX triplet: BA, CC and D5. RGB value is (186,204,213). Sum of RGB (Red+Green+Blue) = 186+204+213=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 213 - color contains mainly: blue. Hex color #BACCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCD5 is #45332A. Grayscale: #C7C7C7. Windows color (decimal): -4535083 or 14011578. OLE color: 14011578.

HSL color Cylindrical-coordinate representation of color #BACCD5: hue angle of 200º degrees, saturation: 0.24, 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 #BACCD5 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186204213-
CMYK0.130.0400.16
HSL200º24.32%78.24%-
HSV(B)200º12.68%83.53%-
XYZ53.8558.4371.39-
YUV199.64135.54118.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 213 (83.59% from 255) = 35.32%
R=30.85%
G=33.83%
B=35.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862042130.130.0400.1620024.3278.24
HexBACCD5D4010c8184e
Octal27231432515402031030116
Binary101110101100110011010101110110001000011001000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCD5; }

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

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

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

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

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

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

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

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