Html Css Color HEX #ABB7FA Perano

📋 copy color: '#ABB7FA'

red 171 ◦ green 183 ◦ blue 250

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

Shades of Perano #ABB7FA

Tints of Perano #ABB7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.3%

 BLUE value IS 250 (98.05% from 255) = 41.39%

R = 28.31%
G = 30.3%
B = 41.39%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABB7FA (or 0xABB7FA) is known color: Perano. HEX triplet: AB, B7 and FA. RGB value is (171,183,250). Sum of RGB (Red+Green+Blue) = 171+183+250=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABB7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB7FA is #544805. Grayscale: #BABABA. Windows color (decimal): -5523462 or 16431019. OLE color: 16431019.

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

Color convert

RGB 171 183 250 -
CMYK 0.32 0.27 0 0.02
HSL 230.89º 0.89% 0.83% -
HSV(B) 230.89º 0.32% 0.98% -
XYZ 50.98 49.43 97.3 -
YUV 187.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 171 183 250 0.32 0.27 0 0.02 230.89 0.89 0.83
Hex AB B7 FA 20 1B 0 2 E7 59 53
Octal 253 267 372 40 33 0 2 347 131 123
Binary 10101011 10110111 11111010 100000 11011 0 10 11100111 1011001 1010011

Color Harmonies of #ABB7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB7FA

Black with #ABB7FA

Text Example


Text Example

White with #ABB7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB7FA; }

 p { color: rgb(171,183,250); }

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

background-color css

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

 a { background-color: rgb(171,183,250); }

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

border-color css

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

 span { border-color: rgb(171,183,250); }

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