Html Css Color HEX #A4BCD2 Spindle

📋 copy color: '#A4BCD2'

red 164 ◦ green 188 ◦ blue 210

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

Shades of Spindle #A4BCD2

Tints of Spindle #A4BCD2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.45%

 BLUE value IS 210 (82.42% from 255) = 37.37%

R = 29.18%
G = 33.45%
B = 37.37%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A4BCD2 (or 0xA4BCD2) is known color: Spindle. HEX triplet: A4, BC and D2. RGB value is (164,188,210). Sum of RGB (Red+Green+Blue) = 164+188+210=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 210 - color contains mainly: blue. Hex color #A4BCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCD2 is #5B432D. Grayscale: #B7B7B7. Windows color (decimal): -5980974 or 13810852. OLE color: 13810852.

HSL color Cylindrical-coordinate representation of color #A4BCD2: hue angle of 208.7º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4BCD2 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 188 210 -
CMYK 0.22 0.10 0 0.18
HSL 208.7º 0.34% 0.73% -
HSV(B) 208.7º 0.22% 0.82% -
XYZ 44.93 48.51 67.97 -
YUV 183.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 164 188 210 0.22 0.10 0 0.18 208.7 0.34 0.73
Hex A4 BC D2 16 A 0 12 D1 22 49
Octal 244 274 322 26 12 0 22 321 42 111
Binary 10100100 10111100 11010010 10110 1010 0 10010 11010001 100010 1001001

Color Harmonies of #A4BCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BCD2

Black with #A4BCD2

Text Example


Text Example

White with #A4BCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BCD2; }

 p { color: rgb(164,188,210); }

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

background-color css

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

 a { background-color: rgb(164,188,210); }

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

border-color css

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

 span { border-color: rgb(164,188,210); }

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