Html Css Color HEX #ADABED Perano

📋 copy color: '#ADABED'

red 173 ◦ green 171 ◦ blue 237

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

Shades of Perano #ADABED

Tints of Perano #ADABED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.79%

R = 29.78%
G = 29.43%
B = 40.79%

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

#ADABED (or 0xADABED) is known color: Perano. HEX triplet: AD, AB and ED. RGB value is (173,171,237). Sum of RGB (Red+Green+Blue) = 173+171+237=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABED is #525412. Grayscale: #B2B2B2. Windows color (decimal): -5395475 or 15575981. OLE color: 15575981.

HSL color Cylindrical-coordinate representation of color #ADABED: hue angle of 241.82º degrees, saturation: 0.65, 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 #ADABED is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 171 237 -
CMYK 0.27 0.28 0 0.07
HSL 241.82º 0.65% 0.8% -
HSV(B) 241.82º 0.28% 0.93% -
XYZ 47.08 44.12 86.16 -
YUV 179.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 173 171 237 0.27 0.28 0 0.07 241.82 0.65 0.8
Hex AD AB ED 1B 1C 0 7 F2 41 50
Octal 255 253 355 33 34 0 7 362 101 120
Binary 10101101 10101011 11101101 11011 11100 0 111 11110010 1000001 1010000

Color Harmonies of #ADABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABED

Black with #ADABED

Text Example


Text Example

White with #ADABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABED; }

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

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

background-color css

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

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

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

border-color css

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

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

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