Html Css Color HEX #A6B5DD Perano

📋 copy color: '#A6B5DD'

red 166 ◦ green 181 ◦ blue 221

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

Shades of Perano #A6B5DD

Tints of Perano #A6B5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 29.23%
G = 31.87%
B = 38.91%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6B5DD (or 0xA6B5DD) is known color: Perano. HEX triplet: A6, B5 and DD. RGB value is (166,181,221). Sum of RGB (Red+Green+Blue) = 166+181+221=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6B5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5DD is #594A22. Grayscale: #B4B4B4. Windows color (decimal): -5851683 or 14529958. OLE color: 14529958.

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

Color convert

RGB 166 181 221 -
CMYK 0.25 0.18 0 0.13
HSL 223.64º 0.45% 0.76% -
HSV(B) 223.64º 0.25% 0.87% -
XYZ 45.3 46.38 74.97 -
YUV 181.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 166 181 221 0.25 0.18 0 0.13 223.64 0.45 0.76
Hex A6 B5 DD 19 12 0 D E0 2D 4C
Octal 246 265 335 31 22 0 15 340 55 114
Binary 10100110 10110101 11011101 11001 10010 0 1101 11100000 101101 1001100

Color Harmonies of #A6B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B5DD

Black with #A6B5DD

Text Example


Text Example

White with #A6B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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