Html Css Color HEX #A2B9E9 Perano

📋 copy color: '#A2B9E9'

red 162 ◦ green 185 ◦ blue 233

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

Shades of Perano #A2B9E9

Tints of Perano #A2B9E9

RGB

 RED value IS 162 (63.67% from 255) = 27.93%

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

 BLUE value IS 233 (91.41% from 255) = 40.17%

R = 27.93%
G = 31.9%
B = 40.17%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A2B9E9 (or 0xA2B9E9) is known color: Perano. HEX triplet: A2, B9 and E9. RGB value is (162,185,233). Sum of RGB (Red+Green+Blue) = 162+185+233=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 233 - color contains mainly: blue. Hex color #A2B9E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2B9E9 is #5D4616. Grayscale: #B7B7B7. Windows color (decimal): -6112791 or 15317410. OLE color: 15317410.

HSL color Cylindrical-coordinate representation of color #A2B9E9: hue angle of 220.56º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2B9E9 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 185 233 -
CMYK 0.30 0.21 0 0.09
HSL 220.56º 0.62% 0.77% -
HSV(B) 220.56º 0.3% 0.91% -
XYZ 46.96 48.26 83.93 -
YUV 183.6 155.88 112.6 -
System Red Green Blue C M Y K H S L
Decimal 162 185 233 0.30 0.21 0 0.09 220.56 0.62 0.77
Hex A2 B9 E9 1E 15 0 9 DD 3E 4D
Octal 242 271 351 36 25 0 11 335 76 115
Binary 10100010 10111001 11101001 11110 10101 0 1001 11011101 111110 1001101

Color Harmonies of #A2B9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B9E9

Black with #A2B9E9

Text Example


Text Example

White with #A2B9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B9E9; }

 p { color: rgb(162,185,233); }

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

background-color css

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

 a { background-color: rgb(162,185,233); }

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

border-color css

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

 span { border-color: rgb(162,185,233); }

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