Html Css Color HEX #A6B5DF Perano

📋 copy color: '#A6B5DF'

red 166 ◦ green 181 ◦ blue 223

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

Shades of Perano #A6B5DF

Tints of Perano #A6B5DF

RGB

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

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

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

R = 29.12%
G = 31.75%
B = 39.12%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6B5DF (or 0xA6B5DF) is known color: Perano. HEX triplet: A6, B5 and DF. RGB value is (166,181,223). Sum of RGB (Red+Green+Blue) = 166+181+223=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6B5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5DF is #594A20. Grayscale: #B5B5B5. Windows color (decimal): -5851681 or 14661030. OLE color: 14661030.

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

Color convert

RGB 166 181 223 -
CMYK 0.26 0.19 0 0.13
HSL 224.21º 0.47% 0.76% -
HSV(B) 224.21º 0.26% 0.87% -
XYZ 45.57 46.48 76.38 -
YUV 181.3 151.53 117.08 -
System Red Green Blue C M Y K H S L
Decimal 166 181 223 0.26 0.19 0 0.13 224.21 0.47 0.76
Hex A6 B5 DF 1A 13 0 D E0 2F 4C
Octal 246 265 337 32 23 0 15 340 57 114
Binary 10100110 10110101 11011111 11010 10011 0 1101 11100000 101111 1001100

Color Harmonies of #A6B5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B5DF

Black with #A6B5DF

Text Example


Text Example

White with #A6B5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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