Html Css Color HEX #ABBDF0 Perano

📋 copy color: '#ABBDF0'

red 171 ◦ green 189 ◦ blue 240

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

Shades of Perano #ABBDF0

Tints of Perano #ABBDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40%

R = 28.5%
G = 31.5%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABBDF0 (or 0xABBDF0) is known color: Perano. HEX triplet: AB, BD and F0. RGB value is (171,189,240). Sum of RGB (Red+Green+Blue) = 171+189+240=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABBDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDF0 is #54420F. Grayscale: #BDBDBD. Windows color (decimal): -5521936 or 15777195. OLE color: 15777195.

HSL color Cylindrical-coordinate representation of color #ABBDF0: hue angle of 224.35º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABBDF0 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 189 240 -
CMYK 0.29 0.21 0 0.06
HSL 224.35º 0.7% 0.81% -
HSV(B) 224.35º 0.29% 0.94% -
XYZ 50.72 51.34 89.68 -
YUV 189.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 171 189 240 0.29 0.21 0 0.06 224.35 0.7 0.81
Hex AB BD F0 1D 15 0 6 E0 46 51
Octal 253 275 360 35 25 0 6 340 106 121
Binary 10101011 10111101 11110000 11101 10101 0 110 11100000 1000110 1010001

Color Harmonies of #ABBDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDF0

Black with #ABBDF0

Text Example


Text Example

White with #ABBDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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