Html Css Color HEX #ADB8EE Perano

📋 copy color: '#ADB8EE'

red 173 ◦ green 184 ◦ blue 238

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

Shades of Perano #ADB8EE

Tints of Perano #ADB8EE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.92%

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

R = 29.08%
G = 30.92%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADB8EE (or 0xADB8EE) is known color: Perano. HEX triplet: AD, B8 and EE. RGB value is (173,184,238). Sum of RGB (Red+Green+Blue) = 173+184+238=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADB8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8EE is #524711. Grayscale: #BABABA. Windows color (decimal): -5392146 or 15644845. OLE color: 15644845.

HSL color Cylindrical-coordinate representation of color #ADB8EE: hue angle of 229.85º 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 #ADB8EE is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 184 238 -
CMYK 0.27 0.23 0 0.07
HSL 229.85º 0.66% 0.81% -
HSV(B) 229.85º 0.27% 0.93% -
XYZ 49.81 49.34 87.79 -
YUV 186.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 173 184 238 0.27 0.23 0 0.07 229.85 0.66 0.81
Hex AD B8 EE 1B 17 0 7 E6 42 51
Octal 255 270 356 33 27 0 7 346 102 121
Binary 10101101 10111000 11101110 11011 10111 0 111 11100110 1000010 1010001

Color Harmonies of #ADB8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8EE

Black with #ADB8EE

Text Example


Text Example

White with #ADB8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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