#A7BBEC

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

Shades of Perano #A7BBEC

Tints of Perano #A7BBEC

Color information

#A7BBEC (or 0xA7BBEC) is unknown color: approx Perano. HEX triplet: A7, BB and EC. RGB value is (167,187,236). Sum of RGB (Red+Green+Blue) = 167+187+236=590 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.31% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BBEC is #584413. Grayscale: #BABABA. Windows color (decimal): -5784596 or 15514535. OLE color: 15514535.

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

Color convert

RGB167187236-
CMYK0.290.2100.07
HSL222.61º64.49%79.02%-
HSV(B)222.61º29.24%92.55%-
XYZ48.8549.8186.4-
YUV186.61155.87114.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.31%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 236 (92.58% from 255) = 40%
R=28.31%
G=31.69%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671872360.290.2100.07222.6164.4979.02
HexA7BBEC1D1507df404f
Octal247273354352507337100117
Binary101001111011101111101100111011010101111101111110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BBEC; }

 p { color: rgb(167,187,236); }

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

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

 a { background-color: rgb(167,187,236); }

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

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

 span { border-color: rgb(167,187,236); }

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