#BACDDA

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

Shades of Spindle #BACDDA

Tints of Spindle #BACDDA

Color information

#BACDDA (or 0xBACDDA) is unknown color: approx Spindle. HEX triplet: BA, CD and DA. RGB value is (186,205,218). Sum of RGB (Red+Green+Blue) = 186+205+218=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #BACDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDDA is #453225. Grayscale: #C8C8C8. Windows color (decimal): -4534822 or 14339514. OLE color: 14339514.

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

Color convert

RGB186205218-
CMYK0.150.0600.15
HSL204.38º30.19%79.22%-
HSV(B)204.38º14.68%85.49%-
XYZ54.7459.1674.86-
YUV200.8137.71117.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=30.54%
G=33.66%
B=35.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862052180.150.0600.15204.3830.1979.22
HexBACDDAF60Fcc1e4f
Octal27231533217601731436117
Binary10111010110011011101101011111100111111001100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDDA; }

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

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

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

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

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

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

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

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