Html Css Color HEX #A4B0FB Perano

📋 copy color: '#A4B0FB'

red 164 ◦ green 176 ◦ blue 251

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

Shades of Perano #A4B0FB

Tints of Perano #A4B0FB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.78%

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

R = 27.75%
G = 29.78%
B = 42.47%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4B0FB (or 0xA4B0FB) is known color: Perano. HEX triplet: A4, B0 and FB. RGB value is (164,176,251). Sum of RGB (Red+Green+Blue) = 164+176+251=591 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.75% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4B0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4B0FB is #5B4F04. Grayscale: #B4B4B4. Windows color (decimal): -5984005 or 16494756. OLE color: 16494756.

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

Color convert

RGB 164 176 251 -
CMYK 0.35 0.30 0 0.02
HSL 231.72º 0.92% 0.81% -
HSV(B) 231.72º 0.35% 0.98% -
XYZ 48.25 45.91 97.59 -
YUV 180.96 167.52 115.9 -
System Red Green Blue C M Y K H S L
Decimal 164 176 251 0.35 0.30 0 0.02 231.72 0.92 0.81
Hex A4 B0 FB 23 1E 0 2 E8 5C 51
Octal 244 260 373 43 36 0 2 350 134 121
Binary 10100100 10110000 11111011 100011 11110 0 10 11101000 1011100 1010001

Color Harmonies of #A4B0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B0FB

Black with #A4B0FB

Text Example


Text Example

White with #A4B0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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