Html Css Color HEX #ADB7EB Perano

📋 copy color: '#ADB7EB'

red 173 ◦ green 183 ◦ blue 235

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

Shades of Perano #ADB7EB

Tints of Perano #ADB7EB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.96%

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

R = 29.27%
G = 30.96%
B = 39.76%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADB7EB (or 0xADB7EB) is known color: Perano. HEX triplet: AD, B7 and EB. RGB value is (173,183,235). Sum of RGB (Red+Green+Blue) = 173+183+235=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADB7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7EB is #524814. Grayscale: #B9B9B9. Windows color (decimal): -5392405 or 15447981. OLE color: 15447981.

HSL color Cylindrical-coordinate representation of color #ADB7EB: hue angle of 230.32º 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 #ADB7EB is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 183 235 -
CMYK 0.26 0.22 0 0.08
HSL 230.32º 0.61% 0.8% -
HSV(B) 230.32º 0.26% 0.92% -
XYZ 49.16 48.75 85.42 -
YUV 185.94 155.69 118.77 -
System Red Green Blue C M Y K H S L
Decimal 173 183 235 0.26 0.22 0 0.08 230.32 0.61 0.8
Hex AD B7 EB 1A 16 0 8 E6 3D 50
Octal 255 267 353 32 26 0 10 346 75 120
Binary 10101101 10110111 11101011 11010 10110 0 1000 11100110 111101 1010000

Color Harmonies of #ADB7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB7EB

Black with #ADB7EB

Text Example


Text Example

White with #ADB7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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