Html Css Color HEX #ADB7EA Perano

📋 copy color: '#ADB7EA'

red 173 ◦ green 183 ◦ blue 234

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

Shades of Perano #ADB7EA

Tints of Perano #ADB7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.66%

R = 29.32%
G = 31.02%
B = 39.66%

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

#ADB7EA (or 0xADB7EA) is known color: Perano. HEX triplet: AD, B7 and EA. RGB value is (173,183,234). Sum of RGB (Red+Green+Blue) = 173+183+234=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADB7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7EA is #524815. Grayscale: #B9B9B9. Windows color (decimal): -5392406 or 15382445. OLE color: 15382445.

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

Color convert

RGB 173 183 234 -
CMYK 0.26 0.22 0 0.08
HSL 230.16º 0.59% 0.8% -
HSV(B) 230.16º 0.26% 0.92% -
XYZ 49.02 48.69 84.66 -
YUV 185.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 173 183 234 0.26 0.22 0 0.08 230.16 0.59 0.8
Hex AD B7 EA 1A 16 0 8 E6 3B 50
Octal 255 267 352 32 26 0 10 346 73 120
Binary 10101101 10110111 11101010 11010 10110 0 1000 11100110 111011 1010000

Color Harmonies of #ADB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB7EA

Black with #ADB7EA

Text Example


Text Example

White with #ADB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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