Html Css Color HEX #A6B2DC Perano

📋 copy color: '#A6B2DC'

red 166 ◦ green 178 ◦ blue 220

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

Shades of Perano #A6B2DC

Tints of Perano #A6B2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.56%

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

R = 29.43%
G = 31.56%
B = 39.01%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6B2DC (or 0xA6B2DC) is known color: Perano. HEX triplet: A6, B2 and DC. RGB value is (166,178,220). Sum of RGB (Red+Green+Blue) = 166+178+220=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6B2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B2DC is #594D23. Grayscale: #B3B3B3. Windows color (decimal): -5852452 or 14463654. OLE color: 14463654.

HSL color Cylindrical-coordinate representation of color #A6B2DC: hue angle of 226.67º 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 #A6B2DC is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 178 220 -
CMYK 0.25 0.19 0 0.14
HSL 226.67º 0.44% 0.76% -
HSV(B) 226.67º 0.25% 0.86% -
XYZ 44.56 45.12 74.07 -
YUV 179.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 166 178 220 0.25 0.19 0 0.14 226.67 0.44 0.76
Hex A6 B2 DC 19 13 0 E E3 2C 4C
Octal 246 262 334 31 23 0 16 343 54 114
Binary 10100110 10110010 11011100 11001 10011 0 1110 11100011 101100 1001100

Color Harmonies of #A6B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B2DC

Black with #A6B2DC

Text Example


Text Example

White with #A6B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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