Html Css Color HEX #ABB9FE Perano

📋 copy color: '#ABB9FE'

red 171 ◦ green 185 ◦ blue 254

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

Shades of Perano #ABB9FE

Tints of Perano #ABB9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.64%

R = 28.03%
G = 30.33%
B = 41.64%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ABB9FE (or 0xABB9FE) is known color: Perano. HEX triplet: AB, B9 and FE. RGB value is (171,185,254). Sum of RGB (Red+Green+Blue) = 171+185+254=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABB9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB9FE is #544601. Grayscale: #BCBCBC. Windows color (decimal): -5522946 or 16693675. OLE color: 16693675.

HSL color Cylindrical-coordinate representation of color #ABB9FE: hue angle of 229.88º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABB9FE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 185 254 -
CMYK 0.33 0.27 0 0.00
HSL 229.88º 0.98% 0.83% -
HSV(B) 229.88º 0.33% 1% -
XYZ 52.03 50.51 100.77 -
YUV 188.68 164.86 115.39 -
System Red Green Blue C M Y K H S L
Decimal 171 185 254 0.33 0.27 0 0.00 229.88 0.98 0.83
Hex AB B9 FE 21 1B 0 0 E6 62 53
Octal 253 271 376 41 33 0 0 346 142 123
Binary 10101011 10111001 11111110 100001 11011 0 0 11100110 1100010 1010011

Color Harmonies of #ABB9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB9FE

Black with #ABB9FE

Text Example


Text Example

White with #ABB9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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