Html Css Color HEX #ABB4FB Perano

📋 copy color: '#ABB4FB'

red 171 ◦ green 180 ◦ blue 251

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

Shades of Perano #ABB4FB

Tints of Perano #ABB4FB

RGB

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

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

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

R = 28.41%
G = 29.9%
B = 41.69%

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

#ABB4FB (or 0xABB4FB) is known color: Perano. HEX triplet: AB, B4 and FB. RGB value is (171,180,251). Sum of RGB (Red+Green+Blue) = 171+180+251=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABB4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB4FB is #544B04. Grayscale: #B9B9B9. Windows color (decimal): -5524229 or 16495787. OLE color: 16495787.

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

Color convert

RGB 171 180 251 -
CMYK 0.32 0.28 0 0.02
HSL 233.25º 0.91% 0.83% -
HSV(B) 233.25º 0.32% 0.98% -
XYZ 50.53 48.27 97.92 -
YUV 185.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 171 180 251 0.32 0.28 0 0.02 233.25 0.91 0.83
Hex AB B4 FB 20 1C 0 2 E9 5B 53
Octal 253 264 373 40 34 0 2 351 133 123
Binary 10101011 10110100 11111011 100000 11100 0 10 11101001 1011011 1010011

Color Harmonies of #ABB4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB4FB

Black with #ABB4FB

Text Example


Text Example

White with #ABB4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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