Html Css Color HEX #ABB1F3 Perano

📋 copy color: '#ABB1F3'

red 171 ◦ green 177 ◦ blue 243

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

Shades of Perano #ABB1F3

Tints of Perano #ABB1F3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.95%

 BLUE value IS 243 (95.31% from 255) = 41.12%

R = 28.93%
G = 29.95%
B = 41.12%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABB1F3 (or 0xABB1F3) is known color: Perano. HEX triplet: AB, B1 and F3. RGB value is (171,177,243). Sum of RGB (Red+Green+Blue) = 171+177+243=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABB1F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB1F3 is #544E0C. Grayscale: #B6B6B6. Windows color (decimal): -5525005 or 15970731. OLE color: 15970731.

HSL color Cylindrical-coordinate representation of color #ABB1F3: hue angle of 235º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABB1F3 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 177 243 -
CMYK 0.30 0.27 0 0.05
HSL 235º 0.75% 0.81% -
HSV(B) 235º 0.3% 0.95% -
XYZ 48.69 46.57 91.22 -
YUV 182.73 162.01 119.63 -
System Red Green Blue C M Y K H S L
Decimal 171 177 243 0.30 0.27 0 0.05 235 0.75 0.81
Hex AB B1 F3 1E 1B 0 5 EB 4B 51
Octal 253 261 363 36 33 0 5 353 113 121
Binary 10101011 10110001 11110011 11110 11011 0 101 11101011 1001011 1010001

Color Harmonies of #ABB1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB1F3

Black with #ABB1F3

Text Example


Text Example

White with #ABB1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB1F3; }

 p { color: rgb(171,177,243); }

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

background-color css

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

 a { background-color: rgb(171,177,243); }

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

border-color css

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

 span { border-color: rgb(171,177,243); }

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