Html Css Color HEX #ADB0EE Perano

📋 copy color: '#ADB0EE'

red 173 ◦ green 176 ◦ blue 238

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

Shades of Perano #ADB0EE

Tints of Perano #ADB0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.98%

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

R = 29.47%
G = 29.98%
B = 40.55%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADB0EE (or 0xADB0EE) is known color: Perano. HEX triplet: AD, B0 and EE. RGB value is (173,176,238). Sum of RGB (Red+Green+Blue) = 173+176+238=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADB0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0EE is #524F11. Grayscale: #B5B5B5. Windows color (decimal): -5394194 or 15642797. OLE color: 15642797.

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

Color convert

RGB 173 176 238 -
CMYK 0.27 0.26 0 0.07
HSL 237.23º 0.66% 0.81% -
HSV(B) 237.23º 0.27% 0.93% -
XYZ 48.19 46.11 87.25 -
YUV 182.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 173 176 238 0.27 0.26 0 0.07 237.23 0.66 0.81
Hex AD B0 EE 1B 1A 0 7 ED 42 51
Octal 255 260 356 33 32 0 7 355 102 121
Binary 10101101 10110000 11101110 11011 11010 0 111 11101101 1000010 1010001

Color Harmonies of #ADB0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0EE

Black with #ADB0EE

Text Example


Text Example

White with #ADB0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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