Html Css Color HEX #ADB8FF Perano

📋 copy color: '#ADB8FF'

red 173 ◦ green 184 ◦ blue 255

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

Shades of Perano #ADB8FF

Tints of Perano #ADB8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.67%

R = 28.27%
G = 30.07%
B = 41.67%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADB8FF (or 0xADB8FF) is known color: Perano. HEX triplet: AD, B8 and FF. RGB value is (173,184,255). Sum of RGB (Red+Green+Blue) = 173+184+255=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADB8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8FF is #524700. Grayscale: #BCBCBC. Windows color (decimal): -5392129 or 16758957. OLE color: 16758957.

HSL color Cylindrical-coordinate representation of color #ADB8FF: hue angle of 231.95º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB8FF is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 184 255 -
CMYK 0.32 0.28 0 0
HSL 231.95º 1% 0.84% -
HSV(B) 231.95º 0.32% 1% -
XYZ 52.42 50.39 101.57 -
YUV 188.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 173 184 255 0.32 0.28 0 0 231.95 1 0.84
Hex AD B8 FF 20 1C 0 0 E8 64 54
Octal 255 270 377 40 34 0 0 350 144 124
Binary 10101101 10111000 11111111 100000 11100 0 0 11101000 1100100 1010100

Color Harmonies of #ADB8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8FF

Black with #ADB8FF

Text Example


Text Example

White with #ADB8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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