Html Css Color HEX #ABB5F0 Perano

📋 copy color: '#ABB5F0'

red 171 ◦ green 181 ◦ blue 240

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

Shades of Perano #ABB5F0

Tints of Perano #ABB5F0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.57%

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

R = 28.89%
G = 30.57%
B = 40.54%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABB5F0 (or 0xABB5F0) is known color: Perano. HEX triplet: AB, B5 and F0. RGB value is (171,181,240). Sum of RGB (Red+Green+Blue) = 171+181+240=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABB5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB5F0 is #544A0F. Grayscale: #B8B8B8. Windows color (decimal): -5523984 or 15775147. OLE color: 15775147.

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

Color convert

RGB 171 181 240 -
CMYK 0.29 0.25 0 0.06
HSL 231.3º 0.7% 0.81% -
HSV(B) 231.3º 0.29% 0.94% -
XYZ 49.05 48 89.12 -
YUV 184.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 171 181 240 0.29 0.25 0 0.06 231.3 0.7 0.81
Hex AB B5 F0 1D 19 0 6 E7 46 51
Octal 253 265 360 35 31 0 6 347 106 121
Binary 10101011 10110101 11110000 11101 11001 0 110 11100111 1000110 1010001

Color Harmonies of #ABB5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB5F0

Black with #ABB5F0

Text Example


Text Example

White with #ABB5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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