Html Css Color HEX #ADB1FB Perano

📋 copy color: '#ADB1FB'

red 173 ◦ green 177 ◦ blue 251

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

Shades of Perano #ADB1FB

Tints of Perano #ADB1FB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.45%

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

R = 28.79%
G = 29.45%
B = 41.76%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADB1FB (or 0xADB1FB) is known color: Perano. HEX triplet: AD, B1 and FB. RGB value is (173,177,251). Sum of RGB (Red+Green+Blue) = 173+177+251=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADB1FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1FB is #524E04. Grayscale: #B7B7B7. Windows color (decimal): -5393925 or 16495021. OLE color: 16495021.

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

Color convert

RGB 173 177 251 -
CMYK 0.31 0.29 0 0.02
HSL 236.92º 0.91% 0.83% -
HSV(B) 236.92º 0.31% 0.98% -
XYZ 50.37 47.29 97.74 -
YUV 184.24 165.67 119.98 -
System Red Green Blue C M Y K H S L
Decimal 173 177 251 0.31 0.29 0 0.02 236.92 0.91 0.83
Hex AD B1 FB 1F 1D 0 2 ED 5B 53
Octal 255 261 373 37 35 0 2 355 133 123
Binary 10101101 10110001 11111011 11111 11101 0 10 11101101 1011011 1010011

Color Harmonies of #ADB1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1FB

Black with #ADB1FB

Text Example


Text Example

White with #ADB1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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