Html Css Color HEX #A6B5DC Perano

📋 copy color: '#A6B5DC'

red 166 ◦ green 181 ◦ blue 220

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

Shades of Perano #A6B5DC

Tints of Perano #A6B5DC

RGB

 RED value IS 166 (65.23% from 255) = 29.28%

 GREEN value IS 181 (71.09% from 255) = 31.92%

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 29.28%
G = 31.92%
B = 38.8%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6B5DC (or 0xA6B5DC) is known color: Perano. HEX triplet: A6, B5 and DC. RGB value is (166,181,220). Sum of RGB (Red+Green+Blue) = 166+181+220=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5DC is #594A23. Grayscale: #B4B4B4. Windows color (decimal): -5851684 or 14464422. OLE color: 14464422.

HSL color Cylindrical-coordinate representation of color #A6B5DC: hue angle of 223.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6B5DC is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 181 220 -
CMYK 0.25 0.18 0 0.14
HSL 223.33º 0.44% 0.76% -
HSV(B) 223.33º 0.25% 0.86% -
XYZ 45.17 46.32 74.27 -
YUV 180.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 166 181 220 0.25 0.18 0 0.14 223.33 0.44 0.76
Hex A6 B5 DC 19 12 0 E DF 2C 4C
Octal 246 265 334 31 22 0 16 337 54 114
Binary 10100110 10110101 11011100 11001 10010 0 1110 11011111 101100 1001100

Color Harmonies of #A6B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B5DC

Black with #A6B5DC

Text Example


Text Example

White with #A6B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B5DC; }

 p { color: rgb(166,181,220); }

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

background-color css

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

 a { background-color: rgb(166,181,220); }

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

border-color css

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

 span { border-color: rgb(166,181,220); }

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