#A7BCEB

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

Shades of Perano #A7BCEB

Tints of Perano #A7BCEB

Color information

#A7BCEB (or 0xA7BCEB) is unknown color: approx Perano. HEX triplet: A7, BC and EB. RGB value is (167,188,235). Sum of RGB (Red+Green+Blue) = 167+188+235=590 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.31% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BCEB is #584314. Grayscale: #BABABA. Windows color (decimal): -5784341 or 15449255. OLE color: 15449255.

HSL color Cylindrical-coordinate representation of color #A7BCEB: hue angle of 221.47º degrees, saturation: 0.63, 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 #A7BCEB is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167188235-
CMYK0.290.200.08
HSL221.47º62.96%78.82%-
HSV(B)221.47º28.94%92.16%-
XYZ48.9150.1885.7-
YUV187.08155.04113.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.31%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=28.31%
G=31.86%
B=39.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671882350.290.200.08221.4762.9678.82
HexA7BCEB1D1408dd3f4f
Octal247274353352401033577117
Binary101001111011110011101011111011010001000110111011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCEB; }

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

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

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

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

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

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

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

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