Html Css Color HEX #ADB6EE Perano

📋 copy color: '#ADB6EE'

red 173 ◦ green 182 ◦ blue 238

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

Shades of Perano #ADB6EE

Tints of Perano #ADB6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.13%

R = 29.17%
G = 30.69%
B = 40.13%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADB6EE (or 0xADB6EE) is known color: Perano. HEX triplet: AD, B6 and EE. RGB value is (173,182,238). Sum of RGB (Red+Green+Blue) = 173+182+238=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADB6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6EE is #524911. Grayscale: #B9B9B9. Windows color (decimal): -5392658 or 15644333. OLE color: 15644333.

HSL color Cylindrical-coordinate representation of color #ADB6EE: hue angle of 231.69º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB6EE is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 182 238 -
CMYK 0.27 0.24 0 0.07
HSL 231.69º 0.66% 0.81% -
HSV(B) 231.69º 0.27% 0.93% -
XYZ 49.39 48.51 87.65 -
YUV 185.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 173 182 238 0.27 0.24 0 0.07 231.69 0.66 0.81
Hex AD B6 EE 1B 18 0 7 E8 42 51
Octal 255 266 356 33 30 0 7 350 102 121
Binary 10101101 10110110 11101110 11011 11000 0 111 11101000 1000010 1010001

Color Harmonies of #ADB6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6EE

Black with #ADB6EE

Text Example


Text Example

White with #ADB6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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