Html Css Color HEX #A6B9E5 Perano

📋 copy color: '#A6B9E5'

red 166 ◦ green 185 ◦ blue 229

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

Shades of Perano #A6B9E5

Tints of Perano #A6B9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.48%

R = 28.62%
G = 31.9%
B = 39.48%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A6B9E5 (or 0xA6B9E5) is known color: Perano. HEX triplet: A6, B9 and E5. RGB value is (166,185,229). Sum of RGB (Red+Green+Blue) = 166+185+229=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6B9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9E5 is #59461A. Grayscale: #B8B8B8. Windows color (decimal): -5850651 or 15055270. OLE color: 15055270.

HSL color Cylindrical-coordinate representation of color #A6B9E5: hue angle of 221.9º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6B9E5 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 185 229 -
CMYK 0.28 0.19 0 0.10
HSL 221.9º 0.55% 0.77% -
HSV(B) 221.9º 0.28% 0.9% -
XYZ 47.22 48.46 80.99 -
YUV 184.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 166 185 229 0.28 0.19 0 0.10 221.9 0.55 0.77
Hex A6 B9 E5 1C 13 0 A DE 37 4D
Octal 246 271 345 34 23 0 12 336 67 115
Binary 10100110 10111001 11100101 11100 10011 0 1010 11011110 110111 1001101

Color Harmonies of #A6B9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B9E5

Black with #A6B9E5

Text Example


Text Example

White with #A6B9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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