Html Css Color HEX #ABB4FA Perano

📋 copy color: '#ABB4FA'

red 171 ◦ green 180 ◦ blue 250

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

Shades of Perano #ABB4FA

Tints of Perano #ABB4FA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.95%

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

R = 28.45%
G = 29.95%
B = 41.6%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABB4FA (or 0xABB4FA) is known color: Perano. HEX triplet: AB, B4 and FA. RGB value is (171,180,250). Sum of RGB (Red+Green+Blue) = 171+180+250=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABB4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB4FA is #544B05. Grayscale: #B9B9B9. Windows color (decimal): -5524230 or 16430251. OLE color: 16430251.

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

Color convert

RGB 171 180 250 -
CMYK 0.32 0.28 0 0.02
HSL 233.16º 0.89% 0.83% -
HSV(B) 233.16º 0.32% 0.98% -
XYZ 50.37 48.2 97.09 -
YUV 185.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 171 180 250 0.32 0.28 0 0.02 233.16 0.89 0.83
Hex AB B4 FA 20 1C 0 2 E9 59 53
Octal 253 264 372 40 34 0 2 351 131 123
Binary 10101011 10110100 11111010 100000 11100 0 10 11101001 1011001 1010011

Color Harmonies of #ABB4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB4FA

Black with #ABB4FA

Text Example


Text Example

White with #ABB4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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