Html Css Color HEX #ADABE6 Perano

📋 copy color: '#ADABE6'

red 173 ◦ green 171 ◦ blue 230

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

Shades of Perano #ADABE6

Tints of Perano #ADABE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.07%

R = 30.14%
G = 29.79%
B = 40.07%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADABE6 (or 0xADABE6) is known color: Perano. HEX triplet: AD, AB and E6. RGB value is (173,171,230). Sum of RGB (Red+Green+Blue) = 173+171+230=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADABE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABE6 is #525419. Grayscale: #B2B2B2. Windows color (decimal): -5395482 or 15117229. OLE color: 15117229.

HSL color Cylindrical-coordinate representation of color #ADABE6: hue angle of 242.03º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADABE6 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 171 230 -
CMYK 0.25 0.26 0 0.10
HSL 242.03º 0.54% 0.79% -
HSV(B) 242.03º 0.26% 0.9% -
XYZ 46.08 43.72 80.87 -
YUV 178.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 173 171 230 0.25 0.26 0 0.10 242.03 0.54 0.79
Hex AD AB E6 19 1A 0 A F2 36 4F
Octal 255 253 346 31 32 0 12 362 66 117
Binary 10101101 10101011 11100110 11001 11010 0 1010 11110010 110110 1001111

Color Harmonies of #ADABE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABE6

Black with #ADABE6

Text Example


Text Example

White with #ADABE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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