Html Css Color HEX #ABB5F2 Perano

📋 copy color: '#ABB5F2'

red 171 ◦ green 181 ◦ blue 242

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

Shades of Perano #ABB5F2

Tints of Perano #ABB5F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.74%

R = 28.79%
G = 30.47%
B = 40.74%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABB5F2 (or 0xABB5F2) is known color: Perano. HEX triplet: AB, B5 and F2. RGB value is (171,181,242). Sum of RGB (Red+Green+Blue) = 171+181+242=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABB5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB5F2 is #544A0D. Grayscale: #B8B8B8. Windows color (decimal): -5523982 or 15906219. OLE color: 15906219.

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

Color convert

RGB 171 181 242 -
CMYK 0.29 0.25 0 0.05
HSL 231.55º 0.73% 0.81% -
HSV(B) 231.55º 0.29% 0.95% -
XYZ 49.35 48.12 90.69 -
YUV 184.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 171 181 242 0.29 0.25 0 0.05 231.55 0.73 0.81
Hex AB B5 F2 1D 19 0 5 E8 49 51
Octal 253 265 362 35 31 0 5 350 111 121
Binary 10101011 10110101 11110010 11101 11001 0 101 11101000 1001001 1010001

Color Harmonies of #ABB5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB5F2

Black with #ABB5F2

Text Example


Text Example

White with #ABB5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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