Html Css Color HEX #ADB5E5 Perano

📋 copy color: '#ADB5E5'

red 173 ◦ green 181 ◦ blue 229

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

Shades of Perano #ADB5E5

Tints of Perano #ADB5E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.28%

R = 29.67%
G = 31.05%
B = 39.28%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADB5E5 (or 0xADB5E5) is known color: Perano. HEX triplet: AD, B5 and E5. RGB value is (173,181,229). Sum of RGB (Red+Green+Blue) = 173+181+229=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADB5E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5E5 is #524A1A. Grayscale: #B7B7B7. Windows color (decimal): -5392923 or 15054253. OLE color: 15054253.

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

Color convert

RGB 173 181 229 -
CMYK 0.24 0.21 0 0.10
HSL 231.43º 0.52% 0.79% -
HSV(B) 231.43º 0.24% 0.9% -
XYZ 47.9 47.59 80.79 -
YUV 184.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 173 181 229 0.24 0.21 0 0.10 231.43 0.52 0.79
Hex AD B5 E5 18 15 0 A E7 34 4F
Octal 255 265 345 30 25 0 12 347 64 117
Binary 10101101 10110101 11100101 11000 10101 0 1010 11100111 110100 1001111

Color Harmonies of #ADB5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5E5

Black with #ADB5E5

Text Example


Text Example

White with #ADB5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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