Html Css Color HEX #ADB2EB Perano

📋 copy color: '#ADB2EB'

red 173 ◦ green 178 ◦ blue 235

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

Shades of Perano #ADB2EB

Tints of Perano #ADB2EB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.38%

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

R = 29.52%
G = 30.38%
B = 40.1%

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

#ADB2EB (or 0xADB2EB) is known color: Perano. HEX triplet: AD, B2 and EB. RGB value is (173,178,235). Sum of RGB (Red+Green+Blue) = 173+178+235=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADB2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2EB is #524D14. Grayscale: #B6B6B6. Windows color (decimal): -5393685 or 15446701. OLE color: 15446701.

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

Color convert

RGB 173 178 235 -
CMYK 0.26 0.24 0 0.08
HSL 235.16º 0.61% 0.8% -
HSV(B) 235.16º 0.26% 0.92% -
XYZ 48.15 46.72 85.08 -
YUV 183 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 173 178 235 0.26 0.24 0 0.08 235.16 0.61 0.8
Hex AD B2 EB 1A 18 0 8 EB 3D 50
Octal 255 262 353 32 30 0 10 353 75 120
Binary 10101101 10110010 11101011 11010 11000 0 1000 11101011 111101 1010000

Color Harmonies of #ADB2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2EB

Black with #ADB2EB

Text Example


Text Example

White with #ADB2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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