Html Css Color HEX #A4B6F8 Perano

📋 copy color: '#A4B6F8'

red 164 ◦ green 182 ◦ blue 248

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

Shades of Perano #A4B6F8

Tints of Perano #A4B6F8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.64%

 BLUE value IS 248 (97.27% from 255) = 41.75%

R = 27.61%
G = 30.64%
B = 41.75%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A4B6F8 (or 0xA4B6F8) is known color: Perano. HEX triplet: A4, B6 and F8. RGB value is (164,182,248). Sum of RGB (Red+Green+Blue) = 164+182+248=594 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.61% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #A4B6F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B6F8 is #5B4907. Grayscale: #B7B7B7. Windows color (decimal): -5982472 or 16299684. OLE color: 16299684.

HSL color Cylindrical-coordinate representation of color #A4B6F8: hue angle of 227.14º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4B6F8 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 164 182 248 -
CMYK 0.34 0.27 0 0.03
HSL 227.14º 0.86% 0.81% -
HSV(B) 227.14º 0.34% 0.97% -
XYZ 48.98 48.13 95.51 -
YUV 184.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 164 182 248 0.34 0.27 0 0.03 227.14 0.86 0.81
Hex A4 B6 F8 22 1B 0 3 E3 56 51
Octal 244 266 370 42 33 0 3 343 126 121
Binary 10100100 10110110 11111000 100010 11011 0 11 11100011 1010110 1010001

Color Harmonies of #A4B6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B6F8

Black with #A4B6F8

Text Example


Text Example

White with #A4B6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B6F8; }

 p { color: rgb(164,182,248); }

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

background-color css

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

 a { background-color: rgb(164,182,248); }

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

border-color css

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

 span { border-color: rgb(164,182,248); }

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