Html Css Color HEX #A4BEFB Perano

📋 copy color: '#A4BEFB'

red 164 ◦ green 190 ◦ blue 251

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

Shades of Perano #A4BEFB

Tints of Perano #A4BEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.49%

R = 27.11%
G = 31.4%
B = 41.49%

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

#A4BEFB (or 0xA4BEFB) is known color: Perano. HEX triplet: A4, BE and FB. RGB value is (164,190,251). Sum of RGB (Red+Green+Blue) = 164+190+251=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4BEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BEFB is #5B4104. Grayscale: #BCBCBC. Windows color (decimal): -5980421 or 16498340. OLE color: 16498340.

HSL color Cylindrical-coordinate representation of color #A4BEFB: hue angle of 222.07º degrees, saturation: 0.92, 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 #A4BEFB is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 190 251 -
CMYK 0.35 0.24 0 0.02
HSL 222.07º 0.92% 0.81% -
HSV(B) 222.07º 0.35% 0.98% -
XYZ 51.14 51.68 98.55 -
YUV 189.18 162.89 110.04 -
System Red Green Blue C M Y K H S L
Decimal 164 190 251 0.35 0.24 0 0.02 222.07 0.92 0.81
Hex A4 BE FB 23 18 0 2 DE 5C 51
Octal 244 276 373 43 30 0 2 336 134 121
Binary 10100100 10111110 11111011 100011 11000 0 10 11011110 1011100 1010001

Color Harmonies of #A4BEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BEFB

Black with #A4BEFB

Text Example


Text Example

White with #A4BEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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