Html Css Color HEX #A6B2DF Perano

📋 copy color: '#A6B2DF'

red 166 ◦ green 178 ◦ blue 223

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

Shades of Perano #A6B2DF

Tints of Perano #A6B2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 29.28%
G = 31.39%
B = 39.33%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6B2DF (or 0xA6B2DF) is known color: Perano. HEX triplet: A6, B2 and DF. RGB value is (166,178,223). Sum of RGB (Red+Green+Blue) = 166+178+223=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6B2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B2DF is #594D20. Grayscale: #B3B3B3. Windows color (decimal): -5852449 or 14660262. OLE color: 14660262.

HSL color Cylindrical-coordinate representation of color #A6B2DF: hue angle of 227.37º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6B2DF is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 178 223 -
CMYK 0.26 0.20 0 0.13
HSL 227.37º 0.47% 0.76% -
HSV(B) 227.37º 0.26% 0.87% -
XYZ 44.97 45.28 76.18 -
YUV 179.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 166 178 223 0.26 0.20 0 0.13 227.37 0.47 0.76
Hex A6 B2 DF 1A 14 0 D E3 2F 4C
Octal 246 262 337 32 24 0 15 343 57 114
Binary 10100110 10110010 11011111 11010 10100 0 1101 11100011 101111 1001100

Color Harmonies of #A6B2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B2DF

Black with #A6B2DF

Text Example


Text Example

White with #A6B2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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