#A7BDEB

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

Shades of Perano #A7BDEB

Tints of Perano #A7BDEB

Color information

#A7BDEB (or 0xA7BDEB) is unknown color: approx Perano. HEX triplet: A7, BD and EB. RGB value is (167,189,235). Sum of RGB (Red+Green+Blue) = 167+189+235=591 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.26% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7BDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BDEB is #584214. Grayscale: #BBBBBB. Windows color (decimal): -5784085 or 15449511. OLE color: 15449511.

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

Color convert

RGB167189235-
CMYK0.290.2000.08
HSL220.59º62.96%78.82%-
HSV(B)220.59º28.94%92.16%-
XYZ49.1350.6185.78-
YUV187.67154.71113.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.26%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=28.26%
G=31.98%
B=39.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671892350.290.2000.08220.5962.9678.82
HexA7BDEB1D1408dd3f4f
Octal247275353352401033577117
Binary101001111011110111101011111011010001000110111011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDEB; }

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

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

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

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

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

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

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

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