Html Css Color HEX #ADB6EF Perano

📋 copy color: '#ADB6EF'

red 173 ◦ green 182 ◦ blue 239

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

Shades of Perano #ADB6EF

Tints of Perano #ADB6EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 29.12%
G = 30.64%
B = 40.24%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADB6EF (or 0xADB6EF) is known color: Perano. HEX triplet: AD, B6 and EF. RGB value is (173,182,239). Sum of RGB (Red+Green+Blue) = 173+182+239=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADB6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6EF is #524910. Grayscale: #B9B9B9. Windows color (decimal): -5392657 or 15709869. OLE color: 15709869.

HSL color Cylindrical-coordinate representation of color #ADB6EF: hue angle of 231.82º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB6EF is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 182 239 -
CMYK 0.28 0.24 0 0.06
HSL 231.82º 0.67% 0.81% -
HSV(B) 231.82º 0.28% 0.94% -
XYZ 49.54 48.57 88.43 -
YUV 185.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 173 182 239 0.28 0.24 0 0.06 231.82 0.67 0.81
Hex AD B6 EF 1C 18 0 6 E8 43 51
Octal 255 266 357 34 30 0 6 350 103 121
Binary 10101101 10110110 11101111 11100 11000 0 110 11101000 1000011 1010001

Color Harmonies of #ADB6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6EF

Black with #ADB6EF

Text Example


Text Example

White with #ADB6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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