Html Css Color HEX #A4BAFA Perano

📋 copy color: '#A4BAFA'

red 164 ◦ green 186 ◦ blue 250

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

Shades of Perano #A4BAFA

Tints of Perano #A4BAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31%

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

R = 27.33%
G = 31%
B = 41.67%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4BAFA (or 0xA4BAFA) is known color: Perano. HEX triplet: A4, BA and FA. RGB value is (164,186,250). Sum of RGB (Red+Green+Blue) = 164+186+250=600 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.33% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BAFA is #5B4505. Grayscale: #BABABA. Windows color (decimal): -5981446 or 16431780. OLE color: 16431780.

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

Color convert

RGB 164 186 250 -
CMYK 0.34 0.26 0 0.02
HSL 224.65º 0.9% 0.81% -
HSV(B) 224.65º 0.34% 0.98% -
XYZ 50.12 49.91 97.43 -
YUV 186.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 164 186 250 0.34 0.26 0 0.02 224.65 0.9 0.81
Hex A4 BA FA 22 1A 0 2 E1 5A 51
Octal 244 272 372 42 32 0 2 341 132 121
Binary 10100100 10111010 11111010 100010 11010 0 10 11100001 1011010 1010001

Color Harmonies of #A4BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BAFA

Black with #A4BAFA

Text Example


Text Example

White with #A4BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BAFA; }

 p { color: rgb(164,186,250); }

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

background-color css

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

 a { background-color: rgb(164,186,250); }

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

border-color css

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

 span { border-color: rgb(164,186,250); }

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