Html Css Color HEX #ADACE6 Perano

📋 copy color: '#ADACE6'

red 173 ◦ green 172 ◦ blue 230

#ADACE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #ADACE6

Tints of Perano #ADACE6

RGB

 RED value IS 173 (67.97% from 255) = 30.09%

 GREEN value IS 172 (67.58% from 255) = 29.91%

 BLUE value IS 230 (90.23% from 255) = 40%

R = 30.09%
G = 29.91%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADACE6 (or 0xADACE6) is known color: Perano. HEX triplet: AD, AC and E6. RGB value is (173,172,230). Sum of RGB (Red+Green+Blue) = 173+172+230=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACE6 is #525319. Grayscale: #B2B2B2. Windows color (decimal): -5395226 or 15117485. OLE color: 15117485.

HSL color Cylindrical-coordinate representation of color #ADACE6: hue angle of 241.03º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADACE6 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 172 230 -
CMYK 0.25 0.25 0 0.10
HSL 241.03º 0.54% 0.79% -
HSV(B) 241.03º 0.25% 0.9% -
XYZ 46.27 44.1 80.94 -
YUV 178.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 173 172 230 0.25 0.25 0 0.10 241.03 0.54 0.79
Hex AD AC E6 19 19 0 A F1 36 4F
Octal 255 254 346 31 31 0 12 361 66 117
Binary 10101101 10101100 11100110 11001 11001 0 1010 11110001 110110 1001111

Color Harmonies of #ADACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACE6

Black with #ADACE6

Text Example


Text Example

White with #ADACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACE6; }

 p { color: rgb(173,172,230); }

 H1.HeaderClassName
 {
   color: #ADACE6;
 }
 .AnyTagClassName
 {
   color: #ADACE6;
 }
</style>

background-color css

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

 a { background-color: rgb(173,172,230); }

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

border-color css

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

 span { border-color: rgb(173,172,230); }

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