#A7BCEE

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

Shades of Perano #A7BCEE

Tints of Perano #A7BCEE

Color information

#A7BCEE (or 0xA7BCEE) is unknown color: approx Perano. HEX triplet: A7, BC and EE. RGB value is (167,188,238). Sum of RGB (Red+Green+Blue) = 167+188+238=593 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.16% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #A7BCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BCEE is #584311. Grayscale: #BBBBBB. Windows color (decimal): -5784338 or 15645863. OLE color: 15645863.

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

Color convert

RGB167188238-
CMYK0.300.2100.07
HSL222.25º67.62%79.41%-
HSV(B)222.25º29.83%93.33%-
XYZ49.3550.3588.01-
YUV187.42156.54113.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.16%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=28.16%
G=31.70%
B=40.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671882380.300.2100.07222.2567.6279.41
HexA7BCEE1E1507de444f
Octal247274356362507336104117
Binary101001111011110011101110111101010101111101111010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCEE; }

 p { color: rgb(167,188,238); }

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

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

 a { background-color: rgb(167,188,238); }

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

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

 span { border-color: rgb(167,188,238); }

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