Html Css Color HEX #ABB9FC Perano

📋 copy color: '#ABB9FC'

red 171 ◦ green 185 ◦ blue 252

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

Shades of Perano #ABB9FC

Tints of Perano #ABB9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.43%

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

R = 28.13%
G = 30.43%
B = 41.45%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABB9FC (or 0xABB9FC) is known color: Perano. HEX triplet: AB, B9 and FC. RGB value is (171,185,252). Sum of RGB (Red+Green+Blue) = 171+185+252=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABB9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB9FC is #544603. Grayscale: #BCBCBC. Windows color (decimal): -5522948 or 16562603. OLE color: 16562603.

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

Color convert

RGB 171 185 252 -
CMYK 0.32 0.27 0 0.01
HSL 229.63º 0.93% 0.83% -
HSV(B) 229.63º 0.32% 0.99% -
XYZ 51.71 50.38 99.09 -
YUV 188.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 171 185 252 0.32 0.27 0 0.01 229.63 0.93 0.83
Hex AB B9 FC 20 1B 0 1 E6 5D 53
Octal 253 271 374 40 33 0 1 346 135 123
Binary 10101011 10111001 11111100 100000 11011 0 1 11100110 1011101 1010011

Color Harmonies of #ABB9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB9FC

Black with #ABB9FC

Text Example


Text Example

White with #ABB9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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