Html Css Color HEX #A4BBFA Perano

📋 copy color: '#A4BBFA'

red 164 ◦ green 187 ◦ blue 250

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

Shades of Perano #A4BBFA

Tints of Perano #A4BBFA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.11%

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

R = 27.29%
G = 31.11%
B = 41.6%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4BBFA (or 0xA4BBFA) is known color: Perano. HEX triplet: A4, BB and FA. RGB value is (164,187,250). Sum of RGB (Red+Green+Blue) = 164+187+250=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4BBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BBFA is #5B4405. Grayscale: #BBBBBB. Windows color (decimal): -5981190 or 16432036. OLE color: 16432036.

HSL color Cylindrical-coordinate representation of color #A4BBFA: hue angle of 223.95º 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 #A4BBFA is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 187 250 -
CMYK 0.34 0.25 0 0.02
HSL 223.95º 0.9% 0.81% -
HSV(B) 223.95º 0.34% 0.98% -
XYZ 50.34 50.34 97.51 -
YUV 187.31 163.38 111.38 -
System Red Green Blue C M Y K H S L
Decimal 164 187 250 0.34 0.25 0 0.02 223.95 0.9 0.81
Hex A4 BB FA 22 19 0 2 E0 5A 51
Octal 244 273 372 42 31 0 2 340 132 121
Binary 10100100 10111011 11111010 100010 11001 0 10 11100000 1011010 1010001

Color Harmonies of #A4BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBFA

Black with #A4BBFA

Text Example


Text Example

White with #A4BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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