Html Css Color HEX #ABB6F0 Perano

📋 copy color: '#ABB6F0'

red 171 ◦ green 182 ◦ blue 240

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

Shades of Perano #ABB6F0

Tints of Perano #ABB6F0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.69%

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

R = 28.84%
G = 30.69%
B = 40.47%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABB6F0 (or 0xABB6F0) is known color: Perano. HEX triplet: AB, B6 and F0. RGB value is (171,182,240). Sum of RGB (Red+Green+Blue) = 171+182+240=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABB6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB6F0 is #54490F. Grayscale: #B9B9B9. Windows color (decimal): -5523728 or 15775403. OLE color: 15775403.

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

Color convert

RGB 171 182 240 -
CMYK 0.29 0.24 0 0.06
HSL 230.43º 0.7% 0.81% -
HSV(B) 230.43º 0.29% 0.94% -
XYZ 49.25 48.41 89.19 -
YUV 185.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 171 182 240 0.29 0.24 0 0.06 230.43 0.7 0.81
Hex AB B6 F0 1D 18 0 6 E6 46 51
Octal 253 266 360 35 30 0 6 346 106 121
Binary 10101011 10110110 11110000 11101 11000 0 110 11100110 1000110 1010001

Color Harmonies of #ABB6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB6F0

Black with #ABB6F0

Text Example


Text Example

White with #ABB6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB6F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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