Html Css Color HEX #ADB5FB Perano

📋 copy color: '#ADB5FB'

red 173 ◦ green 181 ◦ blue 251

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

Shades of Perano #ADB5FB

Tints of Perano #ADB5FB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.92%

 BLUE value IS 251 (98.44% from 255) = 41.49%

R = 28.6%
G = 29.92%
B = 41.49%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADB5FB (or 0xADB5FB) is known color: Perano. HEX triplet: AD, B5 and FB. RGB value is (173,181,251). Sum of RGB (Red+Green+Blue) = 173+181+251=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADB5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5FB is #524A04. Grayscale: #BABABA. Windows color (decimal): -5392901 or 16496045. OLE color: 16496045.

HSL color Cylindrical-coordinate representation of color #ADB5FB: hue angle of 233.85º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB5FB is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 181 251 -
CMYK 0.31 0.28 0 0.02
HSL 233.85º 0.91% 0.83% -
HSV(B) 233.85º 0.31% 0.98% -
XYZ 51.17 48.9 98.01 -
YUV 186.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 173 181 251 0.31 0.28 0 0.02 233.85 0.91 0.83
Hex AD B5 FB 1F 1C 0 2 EA 5B 53
Octal 255 265 373 37 34 0 2 352 133 123
Binary 10101101 10110101 11111011 11111 11100 0 10 11101010 1011011 1010011

Color Harmonies of #ADB5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5FB

Black with #ADB5FB

Text Example


Text Example

White with #ADB5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5FB; }

 p { color: rgb(173,181,251); }

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

background-color css

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

 a { background-color: rgb(173,181,251); }

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

border-color css

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

 span { border-color: rgb(173,181,251); }

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