Html Css Color HEX #ADB6E6 Perano

📋 copy color: '#ADB6E6'

red 173 ◦ green 182 ◦ blue 230

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

Shades of Perano #ADB6E6

Tints of Perano #ADB6E6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.11%

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

R = 29.57%
G = 31.11%
B = 39.32%

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

#ADB6E6 (or 0xADB6E6) is known color: Perano. HEX triplet: AD, B6 and E6. RGB value is (173,182,230). Sum of RGB (Red+Green+Blue) = 173+182+230=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADB6E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6E6 is #524919. Grayscale: #B8B8B8. Windows color (decimal): -5392666 or 15120045. OLE color: 15120045.

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

Color convert

RGB 173 182 230 -
CMYK 0.25 0.21 0 0.10
HSL 230.53º 0.53% 0.79% -
HSV(B) 230.53º 0.25% 0.9% -
XYZ 48.24 48.05 81.6 -
YUV 184.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 173 182 230 0.25 0.21 0 0.10 230.53 0.53 0.79
Hex AD B6 E6 19 15 0 A E7 35 4F
Octal 255 266 346 31 25 0 12 347 65 117
Binary 10101101 10110110 11100110 11001 10101 0 1010 11100111 110101 1001111

Color Harmonies of #ADB6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6E6

Black with #ADB6E6

Text Example


Text Example

White with #ADB6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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