Html Css Color HEX #ADACE3 Perano

📋 copy color: '#ADACE3'

red 173 ◦ green 172 ◦ blue 227

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

Shades of Perano #ADACE3

Tints of Perano #ADACE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.69%

R = 30.24%
G = 30.07%
B = 39.69%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADACE3 (or 0xADACE3) is known color: Perano. HEX triplet: AD, AC and E3. RGB value is (173,172,227). Sum of RGB (Red+Green+Blue) = 173+172+227=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADACE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACE3 is #52531C. Grayscale: #B2B2B2. Windows color (decimal): -5395229 or 14920877. OLE color: 14920877.

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

Color convert

RGB 173 172 227 -
CMYK 0.24 0.24 0 0.11
HSL 241.09º 0.5% 0.78% -
HSV(B) 241.09º 0.24% 0.89% -
XYZ 45.85 43.94 78.74 -
YUV 178.57 155.33 124.03 -
System Red Green Blue C M Y K H S L
Decimal 173 172 227 0.24 0.24 0 0.11 241.09 0.5 0.78
Hex AD AC E3 18 18 0 B F1 32 4E
Octal 255 254 343 30 30 0 13 361 62 116
Binary 10101101 10101100 11100011 11000 11000 0 1011 11110001 110010 1001110

Color Harmonies of #ADACE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACE3

Black with #ADACE3

Text Example


Text Example

White with #ADACE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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