#BACDD7

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

Shades of Spindle #BACDD7

Tints of Spindle #BACDD7

Color information

#BACDD7 (or 0xBACDD7) is unknown color: approx Spindle. HEX triplet: BA, CD and D7. RGB value is (186,205,215). Sum of RGB (Red+Green+Blue) = 186+205+215=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 215 - color contains mainly: blue. Hex color #BACDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDD7 is #453228. Grayscale: #C8C8C8. Windows color (decimal): -4534825 or 14142906. OLE color: 14142906.

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

Color convert

RGB186205215-
CMYK0.130.0500.16
HSL200.69º26.61%78.63%-
HSV(B)200.69º13.49%84.31%-
XYZ54.3559.0172.82-
YUV200.46136.21117.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 215 (84.38% from 255) = 35.48%
R=30.69%
G=33.83%
B=35.48%

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
Decimal1862052150.130.0500.16200.6926.6178.63
HexBACDD7D5010c91b4f
Octal27231532715502031133117
Binary101110101100110111010111110110101000011001001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDD7; }

 p { color: rgb(186,205,215); }

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

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

 a { background-color: rgb(186,205,215); }

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

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

 span { border-color: rgb(186,205,215); }

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