#A8BDEB

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

Shades of Perano #A8BDEB

Tints of Perano #A8BDEB

Color information

#A8BDEB (or 0xA8BDEB) is unknown color: approx Perano. HEX triplet: A8, BD and EB. RGB value is (168,189,235). Sum of RGB (Red+Green+Blue) = 168+189+235=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8BDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BDEB is #574214. Grayscale: #BBBBBB. Windows color (decimal): -5718549 or 15449512. OLE color: 15449512.

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

Color convert

RGB168189235-
CMYK0.290.2000.08
HSL221.19º62.62%79.02%-
HSV(B)221.19º28.51%92.16%-
XYZ49.3450.7285.79-
YUV187.96154.54113.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.38%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=28.38%
G=31.93%
B=39.70%

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
Decimal1681892350.290.2000.08221.1962.6279.02
HexA8BDEB1D1408dd3f4f
Octal250275353352401033577117
Binary101010001011110111101011111011010001000110111011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BDEB; }

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

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

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

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

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

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

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

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