#BACDD8

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

Shades of Spindle #BACDD8

Tints of Spindle #BACDD8

Color information

#BACDD8 (or 0xBACDD8) is unknown color: approx Spindle. HEX triplet: BA, CD and D8. RGB value is (186,205,216). Sum of RGB (Red+Green+Blue) = 186+205+216=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #BACDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDD8 is #453227. Grayscale: #C8C8C8. Windows color (decimal): -4534824 or 14208442. OLE color: 14208442.

HSL color Cylindrical-coordinate representation of color #BACDD8: hue angle of 202º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BACDD8 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186205216-
CMYK0.140.0500.15
HSL202º27.78%78.82%-
HSV(B)202º13.89%84.71%-
XYZ54.4859.0673.49-
YUV200.57136.71117.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 216 (84.77% from 255) = 35.58%
R=30.64%
G=33.77%
B=35.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862052160.140.0500.1520227.7878.82
HexBACDD8E50Fca1c4f
Octal27231533016501731234117
Binary10111010110011011101100011101010111111001010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDD8; }

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

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

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

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

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

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

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

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