#ADAFEB

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

Shades of Perano #ADAFEB

Tints of Perano #ADAFEB

Color information

#ADAFEB (or 0xADAFEB) is unknown color: approx Perano. HEX triplet: AD, AF and EB. RGB value is (173,175,235). Sum of RGB (Red+Green+Blue) = 173+175+235=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADAFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFEB is #525014. Grayscale: #B5B5B5. Windows color (decimal): -5394453 or 15445933. OLE color: 15445933.

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

Color convert

RGB173175235-
CMYK0.260.2600.08
HSL238.06º60.78%80%-
HSV(B)238.06º26.38%92.16%-
XYZ47.5645.5484.88-
YUV181.24158.34122.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.67%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=29.67%
G=30.02%
B=40.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731752350.260.2600.08238.0660.7880
HexADAFEB1A1A08ee3d50
Octal255257353323201035675120
Binary101011011010111111101011110101101001000111011101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFEB; }

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

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

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

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

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

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

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

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