Html Css Color HEX #ABBCFB Perano

📋 copy color: '#ABBCFB'

red 171 ◦ green 188 ◦ blue 251

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

Shades of Perano #ABBCFB

Tints of Perano #ABBCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.82%

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

R = 28.03%
G = 30.82%
B = 41.15%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABBCFB (or 0xABBCFB) is known color: Perano. HEX triplet: AB, BC and FB. RGB value is (171,188,251). Sum of RGB (Red+Green+Blue) = 171+188+251=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABBCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBCFB is #544304. Grayscale: #BDBDBD. Windows color (decimal): -5522181 or 16497835. OLE color: 16497835.

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

Color convert

RGB 171 188 251 -
CMYK 0.32 0.25 0 0.02
HSL 227.25º 0.91% 0.83% -
HSV(B) 227.25º 0.32% 0.98% -
XYZ 52.19 51.59 98.47 -
YUV 190.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 171 188 251 0.32 0.25 0 0.02 227.25 0.91 0.83
Hex AB BC FB 20 19 0 2 E3 5B 53
Octal 253 274 373 40 31 0 2 343 133 123
Binary 10101011 10111100 11111011 100000 11001 0 10 11100011 1011011 1010011

Color Harmonies of #ABBCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBCFB

Black with #ABBCFB

Text Example


Text Example

White with #ABBCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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