Html Css Color HEX #A4BACF Spindle

📋 copy color: '#A4BACF'

red 164 ◦ green 186 ◦ blue 207

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

Shades of Spindle #A4BACF

Tints of Spindle #A4BACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 29.44%
G = 33.39%
B = 37.16%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A4BACF (or 0xA4BACF) is known color: Spindle. HEX triplet: A4, BA and CF. RGB value is (164,186,207). Sum of RGB (Red+Green+Blue) = 164+186+207=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BACF is #5B4530. Grayscale: #B5B5B5. Windows color (decimal): -5981489 or 13613732. OLE color: 13613732.

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

Color convert

RGB 164 186 207 -
CMYK 0.21 0.10 0 0.19
HSL 209.3º 0.31% 0.73% -
HSV(B) 209.3º 0.21% 0.81% -
XYZ 44.13 47.52 65.88 -
YUV 181.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 164 186 207 0.21 0.10 0 0.19 209.3 0.31 0.73
Hex A4 BA CF 15 A 0 13 D1 1F 49
Octal 244 272 317 25 12 0 23 321 37 111
Binary 10100100 10111010 11001111 10101 1010 0 10011 11010001 11111 1001001

Color Harmonies of #A4BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BACF

Black with #A4BACF

Text Example


Text Example

White with #A4BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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