Html Css Color HEX #ADB1EB Perano

📋 copy color: '#ADB1EB'

red 173 ◦ green 177 ◦ blue 235

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

Shades of Perano #ADB1EB

Tints of Perano #ADB1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.17%

R = 29.57%
G = 30.26%
B = 40.17%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADB1EB (or 0xADB1EB) is known color: Perano. HEX triplet: AD, B1 and EB. RGB value is (173,177,235). Sum of RGB (Red+Green+Blue) = 173+177+235=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADB1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1EB is #524E14. Grayscale: #B6B6B6. Windows color (decimal): -5393941 or 15446445. OLE color: 15446445.

HSL color Cylindrical-coordinate representation of color #ADB1EB: hue angle of 236.13º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADB1EB is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 177 235 -
CMYK 0.26 0.25 0 0.08
HSL 236.13º 0.61% 0.8% -
HSV(B) 236.13º 0.26% 0.92% -
XYZ 47.95 46.33 85.01 -
YUV 182.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 173 177 235 0.26 0.25 0 0.08 236.13 0.61 0.8
Hex AD B1 EB 1A 19 0 8 EC 3D 50
Octal 255 261 353 32 31 0 10 354 75 120
Binary 10101101 10110001 11101011 11010 11001 0 1000 11101100 111101 1010000

Color Harmonies of #ADB1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1EB

Black with #ADB1EB

Text Example


Text Example

White with #ADB1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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