Html Css Color HEX #A5BED6 Spindle

📋 copy color: '#A5BED6'

red 165 ◦ green 190 ◦ blue 214

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

Shades of Spindle #A5BED6

Tints of Spindle #A5BED6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.39%

 BLUE value IS 214 (83.98% from 255) = 37.61%

R = 29%
G = 33.39%
B = 37.61%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A5BED6 (or 0xA5BED6) is known color: Spindle. HEX triplet: A5, BE and D6. RGB value is (165,190,214). Sum of RGB (Red+Green+Blue) = 165+190+214=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 214 - color contains mainly: blue. Hex color #A5BED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BED6 is #5A4129. Grayscale: #B9B9B9. Windows color (decimal): -5914922 or 14073509. OLE color: 14073509.

HSL color Cylindrical-coordinate representation of color #A5BED6: hue angle of 209.39º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5BED6 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 190 214 -
CMYK 0.23 0.11 0 0.16
HSL 209.39º 0.37% 0.74% -
HSV(B) 209.39º 0.23% 0.84% -
XYZ 46.07 49.68 70.78 -
YUV 185.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 165 190 214 0.23 0.11 0 0.16 209.39 0.37 0.74
Hex A5 BE D6 17 B 0 10 D1 25 4A
Octal 245 276 326 27 13 0 20 321 45 112
Binary 10100101 10111110 11010110 10111 1011 0 10000 11010001 100101 1001010

Color Harmonies of #A5BED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BED6

Black with #A5BED6

Text Example


Text Example

White with #A5BED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BED6; }

 p { color: rgb(165,190,214); }

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

background-color css

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

 a { background-color: rgb(165,190,214); }

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

border-color css

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

 span { border-color: rgb(165,190,214); }

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