Html Css Color HEX #ADB1EE Perano

📋 copy color: '#ADB1EE'

red 173 ◦ green 177 ◦ blue 238

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

Shades of Perano #ADB1EE

Tints of Perano #ADB1EE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.1%

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

R = 29.42%
G = 30.1%
B = 40.48%

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

#ADB1EE (or 0xADB1EE) is known color: Perano. HEX triplet: AD, B1 and EE. RGB value is (173,177,238). Sum of RGB (Red+Green+Blue) = 173+177+238=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADB1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1EE is #524E11. Grayscale: #B6B6B6. Windows color (decimal): -5393938 or 15643053. OLE color: 15643053.

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

Color convert

RGB 173 177 238 -
CMYK 0.27 0.26 0 0.07
HSL 236.31º 0.66% 0.81% -
HSV(B) 236.31º 0.27% 0.93% -
XYZ 48.39 46.5 87.31 -
YUV 182.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 173 177 238 0.27 0.26 0 0.07 236.31 0.66 0.81
Hex AD B1 EE 1B 1A 0 7 EC 42 51
Octal 255 261 356 33 32 0 7 354 102 121
Binary 10101101 10110001 11101110 11011 11010 0 111 11101100 1000010 1010001

Color Harmonies of #ADB1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1EE

Black with #ADB1EE

Text Example


Text Example

White with #ADB1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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