#A7BAEA

Color #A7BAEA Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A7BAEA

Tints of Perano #A7BAEA

Color information

#A7BAEA (or 0xA7BAEA) is unknown color: approx Perano. HEX triplet: A7, BA and EA. RGB value is (167,186,234). Sum of RGB (Red+Green+Blue) = 167+186+234=587 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.45% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BAEA is #584515. Grayscale: #B9B9B9. Windows color (decimal): -5784854 or 15383207. OLE color: 15383207.

HSL color Cylindrical-coordinate representation of color #A7BAEA: hue angle of 222.99º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7BAEA is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167186234-
CMYK0.290.2100.08
HSL222.99º61.47%78.63%-
HSV(B)222.99º28.63%91.76%-
XYZ48.3549.2784.8-
YUV185.79155.21114.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.45%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=28.45%
G=31.69%
B=39.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671862340.290.2100.08222.9961.4778.63
HexA7BAEA1D1508df3d4f
Octal247272352352501033775117
Binary101001111011101011101010111011010101000110111111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BAEA; }

 p { color: rgb(167,186,234); }

 H1.HeaderClassName
 {
   color: #A7BAEA;
 }
 .AnyTagClassName
 {
   color: #A7BAEA;
 }
</style>
background-color css

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

 a { background-color: rgb(167,186,234); }

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

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

 span { border-color: rgb(167,186,234); }

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