Html Css Color HEX #ADACEA Perano

📋 copy color: '#ADACEA'

red 173 ◦ green 172 ◦ blue 234

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

Shades of Perano #ADACEA

Tints of Perano #ADACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 29.88%
G = 29.71%
B = 40.41%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADACEA (or 0xADACEA) is known color: Perano. HEX triplet: AD, AC and EA. RGB value is (173,172,234). Sum of RGB (Red+Green+Blue) = 173+172+234=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACEA is #525315. Grayscale: #B3B3B3. Windows color (decimal): -5395222 or 15379629. OLE color: 15379629.

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

Color convert

RGB 173 172 234 -
CMYK 0.26 0.26 0 0.08
HSL 240.97º 0.6% 0.8% -
HSV(B) 240.97º 0.26% 0.92% -
XYZ 46.84 44.33 83.93 -
YUV 179.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 173 172 234 0.26 0.26 0 0.08 240.97 0.6 0.8
Hex AD AC EA 1A 1A 0 8 F1 3C 50
Octal 255 254 352 32 32 0 10 361 74 120
Binary 10101101 10101100 11101010 11010 11010 0 1000 11110001 111100 1010000

Color Harmonies of #ADACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACEA

Black with #ADACEA

Text Example


Text Example

White with #ADACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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