Html Css Color HEX #ABADFC Perano

📋 copy color: '#ABADFC'

red 171 ◦ green 173 ◦ blue 252

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

Shades of Perano #ABADFC

Tints of Perano #ABADFC

RGB

 RED value IS 171 (67.19% from 255) = 28.69%

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

 BLUE value IS 252 (98.83% from 255) = 42.28%

R = 28.69%
G = 29.03%
B = 42.28%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABADFC (or 0xABADFC) is known color: Perano. HEX triplet: AB, AD and FC. RGB value is (171,173,252). Sum of RGB (Red+Green+Blue) = 171+173+252=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABADFC is #545203. Grayscale: #B5B5B5. Windows color (decimal): -5526020 or 16559531. OLE color: 16559531.

HSL color Cylindrical-coordinate representation of color #ABADFC: hue angle of 238.52º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABADFC is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 173 252 -
CMYK 0.32 0.31 0 0.01
HSL 238.52º 0.93% 0.83% -
HSV(B) 238.52º 0.32% 0.99% -
XYZ 49.31 45.57 98.29 -
YUV 181.41 167.84 120.58 -
System Red Green Blue C M Y K H S L
Decimal 171 173 252 0.32 0.31 0 0.01 238.52 0.93 0.83
Hex AB AD FC 20 1F 0 1 EF 5D 53
Octal 253 255 374 40 37 0 1 357 135 123
Binary 10101011 10101101 11111100 100000 11111 0 1 11101111 1011101 1010011

Color Harmonies of #ABADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADFC

Black with #ABADFC

Text Example


Text Example

White with #ABADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADFC; }

 p { color: rgb(171,173,252); }

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

background-color css

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

 a { background-color: rgb(171,173,252); }

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

border-color css

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

 span { border-color: rgb(171,173,252); }

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