Html Css Color HEX #ADB8EB Perano

📋 copy color: '#ADB8EB'

red 173 ◦ green 184 ◦ blue 235

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

Shades of Perano #ADB8EB

Tints of Perano #ADB8EB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.08%

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

R = 29.22%
G = 31.08%
B = 39.7%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADB8EB (or 0xADB8EB) is known color: Perano. HEX triplet: AD, B8 and EB. RGB value is (173,184,235). Sum of RGB (Red+Green+Blue) = 173+184+235=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADB8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8EB is #524714. Grayscale: #BABABA. Windows color (decimal): -5392149 or 15448237. OLE color: 15448237.

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

Color convert

RGB 173 184 235 -
CMYK 0.26 0.22 0 0.08
HSL 229.35º 0.61% 0.8% -
HSV(B) 229.35º 0.26% 0.92% -
XYZ 49.37 49.16 85.48 -
YUV 186.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 173 184 235 0.26 0.22 0 0.08 229.35 0.61 0.8
Hex AD B8 EB 1A 16 0 8 E5 3D 50
Octal 255 270 353 32 26 0 10 345 75 120
Binary 10101101 10111000 11101011 11010 10110 0 1000 11100101 111101 1010000

Color Harmonies of #ADB8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8EB

Black with #ADB8EB

Text Example


Text Example

White with #ADB8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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