Html Css Color HEX #ADB6EB Perano

📋 copy color: '#ADB6EB'

red 173 ◦ green 182 ◦ blue 235

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

Shades of Perano #ADB6EB

Tints of Perano #ADB6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.83%

R = 29.32%
G = 30.85%
B = 39.83%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADB6EB (or 0xADB6EB) is known color: Perano. HEX triplet: AD, B6 and EB. RGB value is (173,182,235). Sum of RGB (Red+Green+Blue) = 173+182+235=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADB6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6EB is #524914. Grayscale: #B9B9B9. Windows color (decimal): -5392661 or 15447725. OLE color: 15447725.

HSL color Cylindrical-coordinate representation of color #ADB6EB: hue angle of 231.29º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADB6EB is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 182 235 -
CMYK 0.26 0.23 0 0.08
HSL 231.29º 0.61% 0.8% -
HSV(B) 231.29º 0.26% 0.92% -
XYZ 48.96 48.34 85.35 -
YUV 185.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 173 182 235 0.26 0.23 0 0.08 231.29 0.61 0.8
Hex AD B6 EB 1A 17 0 8 E7 3D 50
Octal 255 266 353 32 27 0 10 347 75 120
Binary 10101101 10110110 11101011 11010 10111 0 1000 11100111 111101 1010000

Color Harmonies of #ADB6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6EB

Black with #ADB6EB

Text Example


Text Example

White with #ADB6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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