Html Css Color HEX #ADB8E0 Perano

📋 copy color: '#ADB8E0'

red 173 ◦ green 184 ◦ blue 224

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

Shades of Perano #ADB8E0

Tints of Perano #ADB8E0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.67%

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

R = 29.78%
G = 31.67%
B = 38.55%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADB8E0 (or 0xADB8E0) is known color: Perano. HEX triplet: AD, B8 and E0. RGB value is (173,184,224). Sum of RGB (Red+Green+Blue) = 173+184+224=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADB8E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8E0 is #52471F. Grayscale: #B9B9B9. Windows color (decimal): -5392160 or 14727341. OLE color: 14727341.

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

Color convert

RGB 173 184 224 -
CMYK 0.23 0.18 0 0.12
HSL 227.06º 0.45% 0.78% -
HSV(B) 227.06º 0.23% 0.88% -
XYZ 47.83 48.55 77.37 -
YUV 185.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 173 184 224 0.23 0.18 0 0.12 227.06 0.45 0.78
Hex AD B8 E0 17 12 0 C E3 2D 4E
Octal 255 270 340 27 22 0 14 343 55 116
Binary 10101101 10111000 11100000 10111 10010 0 1100 11100011 101101 1001110

Color Harmonies of #ADB8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8E0

Black with #ADB8E0

Text Example


Text Example

White with #ADB8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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