Html Css Color HEX #ABB3FB Perano

📋 copy color: '#ABB3FB'

red 171 ◦ green 179 ◦ blue 251

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

Shades of Perano #ABB3FB

Tints of Perano #ABB3FB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.78%

 BLUE value IS 251 (98.44% from 255) = 41.76%

R = 28.45%
G = 29.78%
B = 41.76%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABB3FB (or 0xABB3FB) is known color: Perano. HEX triplet: AB, B3 and FB. RGB value is (171,179,251). Sum of RGB (Red+Green+Blue) = 171+179+251=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABB3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB3FB is #544C04. Grayscale: #B8B8B8. Windows color (decimal): -5524485 or 16495531. OLE color: 16495531.

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

Color convert

RGB 171 179 251 -
CMYK 0.32 0.29 0 0.02
HSL 234º 0.91% 0.83% -
HSV(B) 234º 0.32% 0.98% -
XYZ 50.33 47.86 97.85 -
YUV 184.82 165.35 118.15 -
System Red Green Blue C M Y K H S L
Decimal 171 179 251 0.32 0.29 0 0.02 234 0.91 0.83
Hex AB B3 FB 20 1D 0 2 EA 5B 53
Octal 253 263 373 40 35 0 2 352 133 123
Binary 10101011 10110011 11111011 100000 11101 0 10 11101010 1011011 1010011

Color Harmonies of #ABB3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB3FB

Black with #ABB3FB

Text Example


Text Example

White with #ABB3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB3FB; }

 p { color: rgb(171,179,251); }

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

background-color css

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

 a { background-color: rgb(171,179,251); }

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

border-color css

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

 span { border-color: rgb(171,179,251); }

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