Html Css Color HEX #ABBDFB Perano

📋 copy color: '#ABBDFB'

red 171 ◦ green 189 ◦ blue 251

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

Shades of Perano #ABBDFB

Tints of Perano #ABBDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.93%

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

R = 27.99%
G = 30.93%
B = 41.08%

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

#ABBDFB (or 0xABBDFB) is known color: Perano. HEX triplet: AB, BD and FB. RGB value is (171,189,251). Sum of RGB (Red+Green+Blue) = 171+189+251=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABBDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDFB is #544204. Grayscale: #BEBEBE. Windows color (decimal): -5521925 or 16498091. OLE color: 16498091.

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

Color convert

RGB 171 189 251 -
CMYK 0.32 0.25 0 0.02
HSL 226.5º 0.91% 0.83% -
HSV(B) 226.5º 0.32% 0.98% -
XYZ 52.4 52.02 98.55 -
YUV 190.69 162.04 113.96 -
System Red Green Blue C M Y K H S L
Decimal 171 189 251 0.32 0.25 0 0.02 226.5 0.91 0.83
Hex AB BD FB 20 19 0 2 E2 5B 53
Octal 253 275 373 40 31 0 2 342 133 123
Binary 10101011 10111101 11111011 100000 11001 0 10 11100010 1011011 1010011

Color Harmonies of #ABBDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDFB

Black with #ABBDFB

Text Example


Text Example

White with #ABBDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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