Html Css Color HEX #ABBDF1 Perano

📋 copy color: '#ABBDF1'

red 171 ◦ green 189 ◦ blue 241

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

Shades of Perano #ABBDF1

Tints of Perano #ABBDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.1%

R = 28.45%
G = 31.45%
B = 40.1%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABBDF1 (or 0xABBDF1) is known color: Perano. HEX triplet: AB, BD and F1. RGB value is (171,189,241). Sum of RGB (Red+Green+Blue) = 171+189+241=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABBDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDF1 is #54420E. Grayscale: #BDBDBD. Windows color (decimal): -5521935 or 15842731. OLE color: 15842731.

HSL color Cylindrical-coordinate representation of color #ABBDF1: hue angle of 224.57º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABBDF1 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 189 241 -
CMYK 0.29 0.22 0 0.05
HSL 224.57º 0.71% 0.81% -
HSV(B) 224.57º 0.29% 0.95% -
XYZ 50.87 51.4 90.46 -
YUV 189.55 157.04 114.77 -
System Red Green Blue C M Y K H S L
Decimal 171 189 241 0.29 0.22 0 0.05 224.57 0.71 0.81
Hex AB BD F1 1D 16 0 5 E1 47 51
Octal 253 275 361 35 26 0 5 341 107 121
Binary 10101011 10111101 11110001 11101 10110 0 101 11100001 1000111 1010001

Color Harmonies of #ABBDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDF1

Black with #ABBDF1

Text Example


Text Example

White with #ABBDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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