Html Css Color HEX #A4BCEA Perano

📋 copy color: '#A4BCEA'

red 164 ◦ green 188 ◦ blue 234

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

Shades of Perano #A4BCEA

Tints of Perano #A4BCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.08%

 BLUE value IS 234 (91.8% from 255) = 39.93%

R = 27.99%
G = 32.08%
B = 39.93%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A4BCEA (or 0xA4BCEA) is known color: Perano. HEX triplet: A4, BC and EA. RGB value is (164,188,234). Sum of RGB (Red+Green+Blue) = 164+188+234=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4BCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BCEA is #5B4315. Grayscale: #B9B9B9. Windows color (decimal): -5980950 or 15383716. OLE color: 15383716.

HSL color Cylindrical-coordinate representation of color #A4BCEA: hue angle of 219.43º degrees, saturation: 0.62, 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 #A4BCEA is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 188 234 -
CMYK 0.30 0.20 0 0.08
HSL 219.43º 0.63% 0.78% -
HSV(B) 219.43º 0.3% 0.92% -
XYZ 48.14 49.8 84.92 -
YUV 186.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 164 188 234 0.30 0.20 0 0.08 219.43 0.63 0.78
Hex A4 BC EA 1E 14 0 8 DB 3E 4E
Octal 244 274 352 36 24 0 10 333 76 116
Binary 10100100 10111100 11101010 11110 10100 0 1000 11011011 111110 1001110

Color Harmonies of #A4BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BCEA

Black with #A4BCEA

Text Example


Text Example

White with #A4BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BCEA; }

 p { color: rgb(164,188,234); }

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

background-color css

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

 a { background-color: rgb(164,188,234); }

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

border-color css

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

 span { border-color: rgb(164,188,234); }

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