Html Css Color HEX #A4BEEC Perano

📋 copy color: '#A4BEEC'

red 164 ◦ green 190 ◦ blue 236

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

Shades of Perano #A4BEEC

Tints of Perano #A4BEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40%

R = 27.8%
G = 32.2%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A4BEEC (or 0xA4BEEC) is known color: Perano. HEX triplet: A4, BE and EC. RGB value is (164,190,236). Sum of RGB (Red+Green+Blue) = 164+190+236=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4BEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BEEC is #5B4113. Grayscale: #BBBBBB. Windows color (decimal): -5980436 or 15515300. OLE color: 15515300.

HSL color Cylindrical-coordinate representation of color #A4BEEC: hue angle of 218.33º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4BEEC is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 190 236 -
CMYK 0.31 0.19 0 0.07
HSL 218.33º 0.65% 0.78% -
HSV(B) 218.33º 0.31% 0.93% -
XYZ 48.86 50.78 86.58 -
YUV 187.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 164 190 236 0.31 0.19 0 0.07 218.33 0.65 0.78
Hex A4 BE EC 1F 13 0 7 DA 41 4E
Octal 244 276 354 37 23 0 7 332 101 116
Binary 10100100 10111110 11101100 11111 10011 0 111 11011010 1000001 1001110

Color Harmonies of #A4BEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BEEC

Black with #A4BEEC

Text Example


Text Example

White with #A4BEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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