Html Css Color HEX #A4BEF5 Perano

📋 copy color: '#A4BEF5'

red 164 ◦ green 190 ◦ blue 245

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

Shades of Perano #A4BEF5

Tints of Perano #A4BEF5

RGB

 RED value IS 164 (64.45% from 255) = 27.38%

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

 BLUE value IS 245 (96.09% from 255) = 40.9%

R = 27.38%
G = 31.72%
B = 40.9%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A4BEF5 (or 0xA4BEF5) is known color: Perano. HEX triplet: A4, BE and F5. RGB value is (164,190,245). Sum of RGB (Red+Green+Blue) = 164+190+245=599 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.38% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #A4BEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BEF5 is #5B410A. Grayscale: #BCBCBC. Windows color (decimal): -5980427 or 16105124. OLE color: 16105124.

HSL color Cylindrical-coordinate representation of color #A4BEF5: hue angle of 220.74º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4BEF5 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 190 245 -
CMYK 0.33 0.22 0 0.04
HSL 220.74º 0.8% 0.8% -
HSV(B) 220.74º 0.33% 0.96% -
XYZ 50.2 51.31 93.64 -
YUV 188.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 164 190 245 0.33 0.22 0 0.04 220.74 0.8 0.8
Hex A4 BE F5 21 16 0 4 DD 50 50
Octal 244 276 365 41 26 0 4 335 120 120
Binary 10100100 10111110 11110101 100001 10110 0 100 11011101 1010000 1010000

Color Harmonies of #A4BEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BEF5

Black with #A4BEF5

Text Example


Text Example

White with #A4BEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BEF5; }

 p { color: rgb(164,190,245); }

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

background-color css

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

 a { background-color: rgb(164,190,245); }

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

border-color css

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

 span { border-color: rgb(164,190,245); }

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