Html Css Color HEX #ADB6FB Perano

📋 copy color: '#ADB6FB'

red 173 ◦ green 182 ◦ blue 251

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

Shades of Perano #ADB6FB

Tints of Perano #ADB6FB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.03%

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

R = 28.55%
G = 30.03%
B = 41.42%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADB6FB (or 0xADB6FB) is known color: Perano. HEX triplet: AD, B6 and FB. RGB value is (173,182,251). Sum of RGB (Red+Green+Blue) = 173+182+251=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADB6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6FB is #524904. Grayscale: #BABABA. Windows color (decimal): -5392645 or 16496301. OLE color: 16496301.

HSL color Cylindrical-coordinate representation of color #ADB6FB: hue angle of 233.08º 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 #ADB6FB is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 182 251 -
CMYK 0.31 0.27 0 0.02
HSL 233.08º 0.91% 0.83% -
HSV(B) 233.08º 0.31% 0.98% -
XYZ 51.37 49.31 98.08 -
YUV 187.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 173 182 251 0.31 0.27 0 0.02 233.08 0.91 0.83
Hex AD B6 FB 1F 1B 0 2 E9 5B 53
Octal 255 266 373 37 33 0 2 351 133 123
Binary 10101101 10110110 11111011 11111 11011 0 10 11101001 1011011 1010011

Color Harmonies of #ADB6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6FB

Black with #ADB6FB

Text Example


Text Example

White with #ADB6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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