Html Css Color HEX #A2BEFA Perano

📋 copy color: '#A2BEFA'

red 162 ◦ green 190 ◦ blue 250

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

Shades of Perano #A2BEFA

Tints of Perano #A2BEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 26.91%
G = 31.56%
B = 41.53%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A2BEFA (or 0xA2BEFA) is known color: Perano. HEX triplet: A2, BE and FA. RGB value is (162,190,250). Sum of RGB (Red+Green+Blue) = 162+190+250=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2BEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BEFA is #5D4105. Grayscale: #BCBCBC. Windows color (decimal): -6111494 or 16432802. OLE color: 16432802.

HSL color Cylindrical-coordinate representation of color #A2BEFA: hue angle of 220.91º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2BEFA is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 190 250 -
CMYK 0.35 0.24 0 0.02
HSL 220.91º 0.9% 0.81% -
HSV(B) 220.91º 0.35% 0.98% -
XYZ 50.57 51.41 97.7 -
YUV 188.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 162 190 250 0.35 0.24 0 0.02 220.91 0.9 0.81
Hex A2 BE FA 23 18 0 2 DD 5A 51
Octal 242 276 372 43 30 0 2 335 132 121
Binary 10100010 10111110 11111010 100011 11000 0 10 11011101 1011010 1010001

Color Harmonies of #A2BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BEFA

Black with #A2BEFA

Text Example


Text Example

White with #A2BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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