#ADBCEB

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

Shades of Perano #ADBCEB

Tints of Perano #ADBCEB

Color information

#ADBCEB (or 0xADBCEB) is unknown color: approx Perano. HEX triplet: AD, BC and EB. RGB value is (173,188,235). Sum of RGB (Red+Green+Blue) = 173+188+235=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADBCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBCEB is #524314. Grayscale: #BCBCBC. Windows color (decimal): -5391125 or 15449261. OLE color: 15449261.

HSL color Cylindrical-coordinate representation of color #ADBCEB: hue angle of 225.48º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADBCEB is Cyan = 0.26, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173188235-
CMYK0.260.200.08
HSL225.48º60.78%80%-
HSV(B)225.48º26.38%92.16%-
XYZ50.2150.8585.77-
YUV188.87154.03116.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=29.03%
G=31.54%
B=39.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731882350.260.200.08225.4860.7880
HexADBCEB1A1408e13d50
Octal255274353322401034175120
Binary101011011011110011101011110101010001000111000011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBCEB; }

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

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

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

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

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

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

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

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