Html Css Color HEX #A5BCD0 Spindle

📋 copy color: '#A5BCD0'

red 165 ◦ green 188 ◦ blue 208

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

Shades of Spindle #A5BCD0

Tints of Spindle #A5BCD0

RGB

 RED value IS 165 (64.84% from 255) = 29.41%

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

 BLUE value IS 208 (81.64% from 255) = 37.08%

R = 29.41%
G = 33.51%
B = 37.08%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A5BCD0 (or 0xA5BCD0) is known color: Spindle. HEX triplet: A5, BC and D0. RGB value is (165,188,208). Sum of RGB (Red+Green+Blue) = 165+188+208=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCD0 is #5A432F. Grayscale: #B7B7B7. Windows color (decimal): -5915440 or 13679781. OLE color: 13679781.

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

Color convert

RGB 165 188 208 -
CMYK 0.21 0.10 0 0.18
HSL 207.91º 0.31% 0.73% -
HSV(B) 207.91º 0.21% 0.82% -
XYZ 44.89 48.52 66.67 -
YUV 183.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 165 188 208 0.21 0.10 0 0.18 207.91 0.31 0.73
Hex A5 BC D0 15 A 0 12 D0 1F 49
Octal 245 274 320 25 12 0 22 320 37 111
Binary 10100101 10111100 11010000 10101 1010 0 10010 11010000 11111 1001001

Color Harmonies of #A5BCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCD0

Black with #A5BCD0

Text Example


Text Example

White with #A5BCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCD0; }

 p { color: rgb(165,188,208); }

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

background-color css

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

 a { background-color: rgb(165,188,208); }

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

border-color css

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

 span { border-color: rgb(165,188,208); }

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