Html Css Color HEX #A4BACE Spindle

📋 copy color: '#A4BACE'

red 164 ◦ green 186 ◦ blue 206

#A4BACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #A4BACE

Tints of Spindle #A4BACE

RGB

 RED value IS 164 (64.45% from 255) = 29.5%

 GREEN value IS 186 (73.05% from 255) = 33.45%

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 29.5%
G = 33.45%
B = 37.05%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A4BACE (or 0xA4BACE) is known color: Spindle. HEX triplet: A4, BA and CE. RGB value is (164,186,206). Sum of RGB (Red+Green+Blue) = 164+186+206=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #A4BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BACE is #5B4531. Grayscale: #B5B5B5. Windows color (decimal): -5981490 or 13548196. OLE color: 13548196.

HSL color Cylindrical-coordinate representation of color #A4BACE: hue angle of 208.57º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4BACE is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 186 206 -
CMYK 0.20 0.10 0 0.19
HSL 208.57º 0.3% 0.73% -
HSV(B) 208.57º 0.2% 0.81% -
XYZ 44.01 47.47 65.23 -
YUV 181.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 164 186 206 0.20 0.10 0 0.19 208.57 0.3 0.73
Hex A4 BA CE 14 A 0 13 D1 1E 49
Octal 244 272 316 24 12 0 23 321 36 111
Binary 10100100 10111010 11001110 10100 1010 0 10011 11010001 11110 1001001

Color Harmonies of #A4BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BACE

Black with #A4BACE

Text Example


Text Example

White with #A4BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BACE; }

 p { color: rgb(164,186,206); }

 H1.HeaderClassName
 {
   color: #A4BACE;
 }
 .AnyTagClassName
 {
   color: #A4BACE;
 }
</style>

background-color css

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

 a { background-color: rgb(164,186,206); }

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

border-color css

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

 span { border-color: rgb(164,186,206); }

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