Html Css Color HEX #ADB5E6 Perano

📋 copy color: '#ADB5E6'

red 173 ◦ green 181 ◦ blue 230

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

Shades of Perano #ADB5E6

Tints of Perano #ADB5E6

RGB

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

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

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

R = 29.62%
G = 30.99%
B = 39.38%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADB5E6 (or 0xADB5E6) is known color: Perano. HEX triplet: AD, B5 and E6. RGB value is (173,181,230). Sum of RGB (Red+Green+Blue) = 173+181+230=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADB5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5E6 is #524A19. Grayscale: #B7B7B7. Windows color (decimal): -5392922 or 15119789. OLE color: 15119789.

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

Color convert

RGB 173 181 230 -
CMYK 0.25 0.21 0 0.10
HSL 231.58º 0.53% 0.79% -
HSV(B) 231.58º 0.25% 0.9% -
XYZ 48.04 47.65 81.53 -
YUV 184.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 173 181 230 0.25 0.21 0 0.10 231.58 0.53 0.79
Hex AD B5 E6 19 15 0 A E8 35 4F
Octal 255 265 346 31 25 0 12 350 65 117
Binary 10101101 10110101 11100110 11001 10101 0 1010 11101000 110101 1001111

Color Harmonies of #ADB5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5E6

Black with #ADB5E6

Text Example


Text Example

White with #ADB5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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