#ADBBE1

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

Shades of Perano #ADBBE1

Tints of Perano #ADBBE1

Color information

#ADBBE1 (or 0xADBBE1) is unknown color: approx Perano. HEX triplet: AD, BB and E1. RGB value is (173,187,225). Sum of RGB (Red+Green+Blue) = 173+187+225=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADBBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBE1 is #52441E. Grayscale: #BABABA. Windows color (decimal): -5391391 or 14793645. OLE color: 14793645.

HSL color Cylindrical-coordinate representation of color #ADBBE1: hue angle of 223.85º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADBBE1 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173187225-
CMYK0.230.1700.12
HSL223.85º46.43%78.04%-
HSV(B)223.85º23.11%88.24%-
XYZ48.5949.8678.3-
YUV187.15149.36117.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 225 (88.28% from 255) = 38.46%
R=29.57%
G=31.97%
B=38.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731872250.230.1700.12223.8546.4378.04
HexADBBE117110Ce02e4e
Octal255273341272101434056116
Binary101011011011101111100001101111000101100111000001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBE1; }

 p { color: rgb(173,187,225); }

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

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

 a { background-color: rgb(173,187,225); }

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

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

 span { border-color: rgb(173,187,225); }

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