#ADABEE

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

Shades of Perano #ADABEE

Tints of Perano #ADABEE

Color information

#ADABEE (or 0xADABEE) is unknown color: approx Perano. HEX triplet: AD, AB and EE. RGB value is (173,171,238). Sum of RGB (Red+Green+Blue) = 173+171+238=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABEE is #525411. Grayscale: #B2B2B2. Windows color (decimal): -5395474 or 15641517. OLE color: 15641517.

HSL color Cylindrical-coordinate representation of color #ADABEE: hue angle of 241.79º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADABEE is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173171238-
CMYK0.270.2800.07
HSL241.79º66.34%80.2%-
HSV(B)241.79º28.15%93.33%-
XYZ47.2344.1886.93-
YUV179.24161.16123.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.73%
GREEN value IS 171 (67.19% from 255) = 29.38%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=29.73%
G=29.38%
B=40.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731712380.270.2800.07241.7966.3480.2
HexADABEE1B1C07f24250
Octal255253356333407362102120
Binary101011011010101111101110110111110001111111001010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABEE; }

 p { color: rgb(173,171,238); }

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

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

 a { background-color: rgb(173,171,238); }

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

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

 span { border-color: rgb(173,171,238); }

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