Html Css Color HEX #ADB5E0 Perano

📋 copy color: '#ADB5E0'

red 173 ◦ green 181 ◦ blue 224

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

Shades of Perano #ADB5E0

Tints of Perano #ADB5E0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.31%

 BLUE value IS 224 (87.89% from 255) = 38.75%

R = 29.93%
G = 31.31%
B = 38.75%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADB5E0 (or 0xADB5E0) is known color: Perano. HEX triplet: AD, B5 and E0. RGB value is (173,181,224). Sum of RGB (Red+Green+Blue) = 173+181+224=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADB5E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5E0 is #524A1F. Grayscale: #B7B7B7. Windows color (decimal): -5392928 or 14726573. OLE color: 14726573.

HSL color Cylindrical-coordinate representation of color #ADB5E0: hue angle of 230.59º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB5E0 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 181 224 -
CMYK 0.23 0.19 0 0.12
HSL 230.59º 0.45% 0.78% -
HSV(B) 230.59º 0.23% 0.88% -
XYZ 47.21 47.31 77.17 -
YUV 183.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 173 181 224 0.23 0.19 0 0.12 230.59 0.45 0.78
Hex AD B5 E0 17 13 0 C E7 2D 4E
Octal 255 265 340 27 23 0 14 347 55 116
Binary 10101101 10110101 11100000 10111 10011 0 1100 11100111 101101 1001110

Color Harmonies of #ADB5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5E0

Black with #ADB5E0

Text Example


Text Example

White with #ADB5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5E0; }

 p { color: rgb(173,181,224); }

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

background-color css

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

 a { background-color: rgb(173,181,224); }

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

border-color css

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

 span { border-color: rgb(173,181,224); }

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