Html Css Color HEX #ABB7FB Perano

📋 copy color: '#ABB7FB'

red 171 ◦ green 183 ◦ blue 251

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

Shades of Perano #ABB7FB

Tints of Perano #ABB7FB

RGB

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

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

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

R = 28.26%
G = 30.25%
B = 41.49%

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

#ABB7FB (or 0xABB7FB) is known color: Perano. HEX triplet: AB, B7 and FB. RGB value is (171,183,251). Sum of RGB (Red+Green+Blue) = 171+183+251=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABB7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB7FB is #544804. Grayscale: #BABABA. Windows color (decimal): -5523461 or 16496555. OLE color: 16496555.

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

Color convert

RGB 171 183 251 -
CMYK 0.32 0.27 0 0.02
HSL 231º 0.91% 0.83% -
HSV(B) 231º 0.32% 0.98% -
XYZ 51.14 49.49 98.12 -
YUV 187.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 171 183 251 0.32 0.27 0 0.02 231 0.91 0.83
Hex AB B7 FB 20 1B 0 2 E7 5B 53
Octal 253 267 373 40 33 0 2 347 133 123
Binary 10101011 10110111 11111011 100000 11011 0 10 11100111 1011011 1010011

Color Harmonies of #ABB7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB7FB

Black with #ABB7FB

Text Example


Text Example

White with #ABB7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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