Html Css Color HEX #ADB0E4 Perano

📋 copy color: '#ADB0E4'

red 173 ◦ green 176 ◦ blue 228

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

Shades of Perano #ADB0E4

Tints of Perano #ADB0E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.51%

R = 29.98%
G = 30.5%
B = 39.51%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADB0E4 (or 0xADB0E4) is known color: Perano. HEX triplet: AD, B0 and E4. RGB value is (173,176,228). Sum of RGB (Red+Green+Blue) = 173+176+228=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADB0E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0E4 is #524F1B. Grayscale: #B4B4B4. Windows color (decimal): -5394204 or 14987437. OLE color: 14987437.

HSL color Cylindrical-coordinate representation of color #ADB0E4: hue angle of 236.73º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB0E4 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 176 228 -
CMYK 0.24 0.23 0 0.11
HSL 236.73º 0.5% 0.79% -
HSV(B) 236.73º 0.24% 0.89% -
XYZ 46.76 45.54 79.72 -
YUV 181.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 173 176 228 0.24 0.23 0 0.11 236.73 0.5 0.79
Hex AD B0 E4 18 17 0 B ED 32 4F
Octal 255 260 344 30 27 0 13 355 62 117
Binary 10101101 10110000 11100100 11000 10111 0 1011 11101101 110010 1001111

Color Harmonies of #ADB0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0E4

Black with #ADB0E4

Text Example


Text Example

White with #ADB0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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