Html Css Color HEX #A6B9DF Perano

📋 copy color: '#A6B9DF'

red 166 ◦ green 185 ◦ blue 223

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

Shades of Perano #A6B9DF

Tints of Perano #A6B9DF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.23%

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

R = 28.92%
G = 32.23%
B = 38.85%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6B9DF (or 0xA6B9DF) is known color: Perano. HEX triplet: A6, B9 and DF. RGB value is (166,185,223). Sum of RGB (Red+Green+Blue) = 166+185+223=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6B9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9DF is #594620. Grayscale: #B7B7B7. Windows color (decimal): -5850657 or 14662054. OLE color: 14662054.

HSL color Cylindrical-coordinate representation of color #A6B9DF: hue angle of 220º 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 #A6B9DF is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 185 223 -
CMYK 0.26 0.17 0 0.13
HSL 220º 0.47% 0.76% -
HSV(B) 220º 0.26% 0.87% -
XYZ 46.39 48.13 76.66 -
YUV 183.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 166 185 223 0.26 0.17 0 0.13 220 0.47 0.76
Hex A6 B9 DF 1A 11 0 D DC 2F 4C
Octal 246 271 337 32 21 0 15 334 57 114
Binary 10100110 10111001 11011111 11010 10001 0 1101 11011100 101111 1001100

Color Harmonies of #A6B9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B9DF

Black with #A6B9DF

Text Example


Text Example

White with #A6B9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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