Html Css Color HEX #ABB0FB Perano

📋 copy color: '#ABB0FB'

red 171 ◦ green 176 ◦ blue 251

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

Shades of Perano #ABB0FB

Tints of Perano #ABB0FB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.43%

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

R = 28.6%
G = 29.43%
B = 41.97%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABB0FB (or 0xABB0FB) is known color: Perano. HEX triplet: AB, B0 and FB. RGB value is (171,176,251). Sum of RGB (Red+Green+Blue) = 171+176+251=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABB0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB0FB is #544F04. Grayscale: #B6B6B6. Windows color (decimal): -5525253 or 16494763. OLE color: 16494763.

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

Color convert

RGB 171 176 251 -
CMYK 0.32 0.30 0 0.02
HSL 236.25º 0.91% 0.83% -
HSV(B) 236.25º 0.32% 0.98% -
XYZ 49.73 46.67 97.65 -
YUV 183.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 171 176 251 0.32 0.30 0 0.02 236.25 0.91 0.83
Hex AB B0 FB 20 1E 0 2 EC 5B 53
Octal 253 260 373 40 36 0 2 354 133 123
Binary 10101011 10110000 11111011 100000 11110 0 10 11101100 1011011 1010011

Color Harmonies of #ABB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB0FB

Black with #ABB0FB

Text Example


Text Example

White with #ABB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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