Html Css Color HEX #ADB7FB Perano

📋 copy color: '#ADB7FB'

red 173 ◦ green 183 ◦ blue 251

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

Shades of Perano #ADB7FB

Tints of Perano #ADB7FB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.15%

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

R = 28.5%
G = 30.15%
B = 41.35%

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

#ADB7FB (or 0xADB7FB) is known color: Perano. HEX triplet: AD, B7 and FB. RGB value is (173,183,251). Sum of RGB (Red+Green+Blue) = 173+183+251=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADB7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7FB is #524804. Grayscale: #BBBBBB. Windows color (decimal): -5392389 or 16496557. OLE color: 16496557.

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

Color convert

RGB 173 183 251 -
CMYK 0.31 0.27 0 0.02
HSL 232.31º 0.91% 0.83% -
HSV(B) 232.31º 0.31% 0.98% -
XYZ 51.58 49.72 98.14 -
YUV 187.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 173 183 251 0.31 0.27 0 0.02 232.31 0.91 0.83
Hex AD B7 FB 1F 1B 0 2 E8 5B 53
Octal 255 267 373 37 33 0 2 350 133 123
Binary 10101101 10110111 11111011 11111 11011 0 10 11101000 1011011 1010011

Color Harmonies of #ADB7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB7FB

Black with #ADB7FB

Text Example


Text Example

White with #ADB7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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