Html Css Color HEX #A2BEF2 Perano

📋 copy color: '#A2BEF2'

red 162 ◦ green 190 ◦ blue 242

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

Shades of Perano #A2BEF2

Tints of Perano #A2BEF2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.99%

 BLUE value IS 242 (94.92% from 255) = 40.74%

R = 27.27%
G = 31.99%
B = 40.74%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A2BEF2 (or 0xA2BEF2) is known color: Perano. HEX triplet: A2, BE and F2. RGB value is (162,190,242). Sum of RGB (Red+Green+Blue) = 162+190+242=594 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.27% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #A2BEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BEF2 is #5D410D. Grayscale: #BBBBBB. Windows color (decimal): -6111502 or 15908514. OLE color: 15908514.

HSL color Cylindrical-coordinate representation of color #A2BEF2: hue angle of 219º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2BEF2 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 190 242 -
CMYK 0.33 0.21 0 0.05
HSL 219º 0.75% 0.79% -
HSV(B) 219º 0.33% 0.95% -
XYZ 49.34 50.92 91.23 -
YUV 187.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 162 190 242 0.33 0.21 0 0.05 219 0.75 0.79
Hex A2 BE F2 21 15 0 5 DB 4B 4F
Octal 242 276 362 41 25 0 5 333 113 117
Binary 10100010 10111110 11110010 100001 10101 0 101 11011011 1001011 1001111

Color Harmonies of #A2BEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BEF2

Black with #A2BEF2

Text Example


Text Example

White with #A2BEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BEF2; }

 p { color: rgb(162,190,242); }

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

background-color css

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

 a { background-color: rgb(162,190,242); }

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

border-color css

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

 span { border-color: rgb(162,190,242); }

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