Html Css Color HEX #A4BEFF Perano

📋 copy color: '#A4BEFF'

red 164 ◦ green 190 ◦ blue 255

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

Shades of Perano #A4BEFF

Tints of Perano #A4BEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.87%

R = 26.93%
G = 31.2%
B = 41.87%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A4BEFF (or 0xA4BEFF) is known color: Perano. HEX triplet: A4, BE and FF. RGB value is (164,190,255). Sum of RGB (Red+Green+Blue) = 164+190+255=609 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.93% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BEFF is #5B4100. Grayscale: #BDBDBD. Windows color (decimal): -5980417 or 16760484. OLE color: 16760484.

HSL color Cylindrical-coordinate representation of color #A4BEFF: hue angle of 222.86º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4BEFF is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 190 255 -
CMYK 0.36 0.25 0 0
HSL 222.86º 1% 0.82% -
HSV(B) 222.86º 0.36% 1% -
XYZ 51.77 51.94 101.9 -
YUV 189.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 164 190 255 0.36 0.25 0 0 222.86 1 0.82
Hex A4 BE FF 24 19 0 0 DF 64 52
Octal 244 276 377 44 31 0 0 337 144 122
Binary 10100100 10111110 11111111 100100 11001 0 0 11011111 1100100 1010010

Color Harmonies of #A4BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BEFF

Black with #A4BEFF

Text Example


Text Example

White with #A4BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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