Html Css Color HEX #ABB6FC Perano

📋 copy color: '#ABB6FC'

red 171 ◦ green 182 ◦ blue 252

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

Shades of Perano #ABB6FC

Tints of Perano #ABB6FC

RGB

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

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

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

R = 28.26%
G = 30.08%
B = 41.65%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABB6FC (or 0xABB6FC) is known color: Perano. HEX triplet: AB, B6 and FC. RGB value is (171,182,252). Sum of RGB (Red+Green+Blue) = 171+182+252=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABB6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB6FC is #544903. Grayscale: #BABABA. Windows color (decimal): -5523716 or 16561835. OLE color: 16561835.

HSL color Cylindrical-coordinate representation of color #ABB6FC: hue angle of 231.85º 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 #ABB6FC is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 182 252 -
CMYK 0.32 0.28 0 0.01
HSL 231.85º 0.93% 0.83% -
HSV(B) 231.85º 0.32% 0.99% -
XYZ 51.09 49.14 98.89 -
YUV 186.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 171 182 252 0.32 0.28 0 0.01 231.85 0.93 0.83
Hex AB B6 FC 20 1C 0 1 E8 5D 53
Octal 253 266 374 40 34 0 1 350 135 123
Binary 10101011 10110110 11111100 100000 11100 0 1 11101000 1011101 1010011

Color Harmonies of #ABB6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB6FC

Black with #ABB6FC

Text Example


Text Example

White with #ABB6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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