Html Css Color HEX #ADB0E5 Perano

📋 copy color: '#ADB0E5'

red 173 ◦ green 176 ◦ blue 229

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

Shades of Perano #ADB0E5

Tints of Perano #ADB0E5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.45%

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

R = 29.93%
G = 30.45%
B = 39.62%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADB0E5 (or 0xADB0E5) is known color: Perano. HEX triplet: AD, B0 and E5. RGB value is (173,176,229). Sum of RGB (Red+Green+Blue) = 173+176+229=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADB0E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0E5 is #524F1A. Grayscale: #B4B4B4. Windows color (decimal): -5394203 or 15052973. OLE color: 15052973.

HSL color Cylindrical-coordinate representation of color #ADB0E5: hue angle of 236.79º 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 #ADB0E5 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 176 229 -
CMYK 0.24 0.23 0 0.10
HSL 236.79º 0.52% 0.79% -
HSV(B) 236.79º 0.24% 0.9% -
XYZ 46.9 45.59 80.46 -
YUV 181.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 173 176 229 0.24 0.23 0 0.10 236.79 0.52 0.79
Hex AD B0 E5 18 17 0 A ED 34 4F
Octal 255 260 345 30 27 0 12 355 64 117
Binary 10101101 10110000 11100101 11000 10111 0 1010 11101101 110100 1001111

Color Harmonies of #ADB0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0E5

Black with #ADB0E5

Text Example


Text Example

White with #ADB0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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