Html Css Color HEX #ADACF8 Perano

📋 copy color: '#ADACF8'

red 173 ◦ green 172 ◦ blue 248

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

Shades of Perano #ADACF8

Tints of Perano #ADACF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.82%

R = 29.17%
G = 29.01%
B = 41.82%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ADACF8 (or 0xADACF8) is known color: Perano. HEX triplet: AD, AC and F8. RGB value is (173,172,248). Sum of RGB (Red+Green+Blue) = 173+172+248=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACF8 is #525307. Grayscale: #B4B4B4. Windows color (decimal): -5395208 or 16297133. OLE color: 16297133.

HSL color Cylindrical-coordinate representation of color #ADACF8: hue angle of 240.79º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADACF8 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 172 248 -
CMYK 0.30 0.31 0 0.03
HSL 240.79º 0.84% 0.82% -
HSV(B) 240.79º 0.31% 0.97% -
XYZ 48.93 45.17 94.95 -
YUV 180.96 165.83 122.32 -
System Red Green Blue C M Y K H S L
Decimal 173 172 248 0.30 0.31 0 0.03 240.79 0.84 0.82
Hex AD AC F8 1E 1F 0 3 F1 54 52
Octal 255 254 370 36 37 0 3 361 124 122
Binary 10101101 10101100 11111000 11110 11111 0 11 11110001 1010100 1010010

Color Harmonies of #ADACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACF8

Black with #ADACF8

Text Example


Text Example

White with #ADACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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