Html Css Color HEX #ADB1EA Perano

📋 copy color: '#ADB1EA'

red 173 ◦ green 177 ◦ blue 234

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

Shades of Perano #ADB1EA

Tints of Perano #ADB1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.07%

R = 29.62%
G = 30.31%
B = 40.07%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADB1EA (or 0xADB1EA) is known color: Perano. HEX triplet: AD, B1 and EA. RGB value is (173,177,234). Sum of RGB (Red+Green+Blue) = 173+177+234=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADB1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1EA is #524E15. Grayscale: #B6B6B6. Windows color (decimal): -5393942 or 15380909. OLE color: 15380909.

HSL color Cylindrical-coordinate representation of color #ADB1EA: hue angle of 236.07º degrees, saturation: 0.59, 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 #ADB1EA is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 177 234 -
CMYK 0.26 0.24 0 0.08
HSL 236.07º 0.59% 0.8% -
HSV(B) 236.07º 0.26% 0.92% -
XYZ 47.81 46.27 84.25 -
YUV 182.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 173 177 234 0.26 0.24 0 0.08 236.07 0.59 0.8
Hex AD B1 EA 1A 18 0 8 EC 3B 50
Octal 255 261 352 32 30 0 10 354 73 120
Binary 10101101 10110001 11101010 11010 11000 0 1000 11101100 111011 1010000

Color Harmonies of #ADB1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1EA

Black with #ADB1EA

Text Example


Text Example

White with #ADB1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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