Html Css Color HEX #ADACFB Perano

📋 copy color: '#ADACFB'

red 173 ◦ green 172 ◦ blue 251

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

Shades of Perano #ADACFB

Tints of Perano #ADACFB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.86%

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

R = 29.03%
G = 28.86%
B = 42.11%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADACFB (or 0xADACFB) is known color: Perano. HEX triplet: AD, AC and FB. RGB value is (173,172,251). Sum of RGB (Red+Green+Blue) = 173+172+251=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADACFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACFB is #525304. Grayscale: #B4B4B4. Windows color (decimal): -5395205 or 16493741. OLE color: 16493741.

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

Color convert

RGB 173 172 251 -
CMYK 0.31 0.31 0 0.02
HSL 240.76º 0.91% 0.83% -
HSV(B) 240.76º 0.31% 0.98% -
XYZ 49.4 45.35 97.42 -
YUV 181.31 167.33 122.08 -
System Red Green Blue C M Y K H S L
Decimal 173 172 251 0.31 0.31 0 0.02 240.76 0.91 0.83
Hex AD AC FB 1F 1F 0 2 F1 5B 53
Octal 255 254 373 37 37 0 2 361 133 123
Binary 10101101 10101100 11111011 11111 11111 0 10 11110001 1011011 1010011

Color Harmonies of #ADACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACFB

Black with #ADACFB

Text Example


Text Example

White with #ADACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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