Html Css Color HEX #ADABEC Perano

📋 copy color: '#ADABEC'

red 173 ◦ green 171 ◦ blue 236

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

Shades of Perano #ADABEC

Tints of Perano #ADABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.48%

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 29.83%
G = 29.48%
B = 40.69%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADABEC (or 0xADABEC) is known color: Perano. HEX triplet: AD, AB and EC. RGB value is (173,171,236). Sum of RGB (Red+Green+Blue) = 173+171+236=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABEC is #525413. Grayscale: #B2B2B2. Windows color (decimal): -5395476 or 15510445. OLE color: 15510445.

HSL color Cylindrical-coordinate representation of color #ADABEC: hue angle of 241.85º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADABEC is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 171 236 -
CMYK 0.27 0.28 0 0.07
HSL 241.85º 0.63% 0.8% -
HSV(B) 241.85º 0.28% 0.93% -
XYZ 46.94 44.07 85.39 -
YUV 179.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 173 171 236 0.27 0.28 0 0.07 241.85 0.63 0.8
Hex AD AB EC 1B 1C 0 7 F2 3F 50
Octal 255 253 354 33 34 0 7 362 77 120
Binary 10101101 10101011 11101100 11011 11100 0 111 11110010 111111 1010000

Color Harmonies of #ADABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABEC

Black with #ADABEC

Text Example


Text Example

White with #ADABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABEC; }

 p { color: rgb(173,171,236); }

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

background-color css

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

 a { background-color: rgb(173,171,236); }

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

border-color css

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

 span { border-color: rgb(173,171,236); }

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