#BACCDF

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

Shades of Spindle #BACCDF

Tints of Spindle #BACCDF

Color information

#BACCDF (or 0xBACCDF) is unknown color: approx Spindle. HEX triplet: BA, CC and DF. RGB value is (186,204,223). Sum of RGB (Red+Green+Blue) = 186+204+223=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #BACCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCDF is #453320. Grayscale: #C8C8C8. Windows color (decimal): -4535073 or 14666938. OLE color: 14666938.

HSL color Cylindrical-coordinate representation of color #BACCDF: hue angle of 210.81º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BACCDF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186204223-
CMYK0.170.0900.13
HSL210.81º36.63%80.2%-
HSV(B)210.81º16.59%87.45%-
XYZ55.1658.9578.28-
YUV200.78140.54117.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.34%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=30.34%
G=33.28%
B=36.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862042230.170.0900.13210.8136.6380.2
HexBACCDF1190Dd32550
Octal272314337211101532345120
Binary10111010110011001101111110001100101101110100111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCDF; }

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

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

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

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

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

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

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

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