Html Css Color HEX #ABB6FE Perano

📋 copy color: '#ABB6FE'

red 171 ◦ green 182 ◦ blue 254

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

Shades of Perano #ABB6FE

Tints of Perano #ABB6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.85%

R = 28.17%
G = 29.98%
B = 41.85%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ABB6FE (or 0xABB6FE) is known color: Perano. HEX triplet: AB, B6 and FE. RGB value is (171,182,254). Sum of RGB (Red+Green+Blue) = 171+182+254=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABB6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB6FE is #544901. Grayscale: #BABABA. Windows color (decimal): -5523714 or 16692907. OLE color: 16692907.

HSL color Cylindrical-coordinate representation of color #ABB6FE: hue angle of 232.05º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABB6FE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 182 254 -
CMYK 0.33 0.28 0 0.00
HSL 232.05º 0.98% 0.83% -
HSV(B) 232.05º 0.33% 1% -
XYZ 51.41 49.27 100.57 -
YUV 186.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 171 182 254 0.33 0.28 0 0.00 232.05 0.98 0.83
Hex AB B6 FE 21 1C 0 0 E8 62 53
Octal 253 266 376 41 34 0 0 350 142 123
Binary 10101011 10110110 11111110 100001 11100 0 0 11101000 1100010 1010011

Color Harmonies of #ABB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB6FE

Black with #ABB6FE

Text Example


Text Example

White with #ABB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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