Html Css Color HEX #ADACE4 Perano

📋 copy color: '#ADACE4'

red 173 ◦ green 172 ◦ blue 228

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

Shades of Perano #ADACE4

Tints of Perano #ADACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.79%

R = 30.19%
G = 30.02%
B = 39.79%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADACE4 (or 0xADACE4) is known color: Perano. HEX triplet: AD, AC and E4. RGB value is (173,172,228). Sum of RGB (Red+Green+Blue) = 173+172+228=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACE4 is #52531B. Grayscale: #B2B2B2. Windows color (decimal): -5395228 or 14986413. OLE color: 14986413.

HSL color Cylindrical-coordinate representation of color #ADACE4: hue angle of 241.07º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADACE4 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 172 228 -
CMYK 0.24 0.25 0 0.11
HSL 241.07º 0.51% 0.78% -
HSV(B) 241.07º 0.25% 0.89% -
XYZ 45.99 43.99 79.47 -
YUV 178.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 173 172 228 0.24 0.25 0 0.11 241.07 0.51 0.78
Hex AD AC E4 18 19 0 B F1 33 4E
Octal 255 254 344 30 31 0 13 361 63 116
Binary 10101101 10101100 11100100 11000 11001 0 1011 11110001 110011 1001110

Color Harmonies of #ADACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACE4

Black with #ADACE4

Text Example


Text Example

White with #ADACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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