Html Css Color HEX #A4B9EB Perano

📋 copy color: '#A4B9EB'

red 164 ◦ green 185 ◦ blue 235

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

Shades of Perano #A4B9EB

Tints of Perano #A4B9EB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.68%

 BLUE value IS 235 (92.19% from 255) = 40.24%

R = 28.08%
G = 31.68%
B = 40.24%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A4B9EB (or 0xA4B9EB) is known color: Perano. HEX triplet: A4, B9 and EB. RGB value is (164,185,235). Sum of RGB (Red+Green+Blue) = 164+185+235=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4B9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B9EB is #5B4614. Grayscale: #B8B8B8. Windows color (decimal): -5981717 or 15448484. OLE color: 15448484.

HSL color Cylindrical-coordinate representation of color #A4B9EB: hue angle of 222.25º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4B9EB is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 185 235 -
CMYK 0.30 0.21 0 0.08
HSL 222.25º 0.64% 0.78% -
HSV(B) 222.25º 0.3% 0.92% -
XYZ 47.65 48.59 85.46 -
YUV 184.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 164 185 235 0.30 0.21 0 0.08 222.25 0.64 0.78
Hex A4 B9 EB 1E 15 0 8 DE 40 4E
Octal 244 271 353 36 25 0 10 336 100 116
Binary 10100100 10111001 11101011 11110 10101 0 1000 11011110 1000000 1001110

Color Harmonies of #A4B9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B9EB

Black with #A4B9EB

Text Example


Text Example

White with #A4B9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B9EB; }

 p { color: rgb(164,185,235); }

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

background-color css

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

 a { background-color: rgb(164,185,235); }

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

border-color css

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

 span { border-color: rgb(164,185,235); }

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