Html Css Color HEX #ABB4F8 Perano

📋 copy color: '#ABB4F8'

red 171 ◦ green 180 ◦ blue 248

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

Shades of Perano #ABB4F8

Tints of Perano #ABB4F8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.05%

 BLUE value IS 248 (97.27% from 255) = 41.4%

R = 28.55%
G = 30.05%
B = 41.4%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ABB4F8 (or 0xABB4F8) is known color: Perano. HEX triplet: AB, B4 and F8. RGB value is (171,180,248). Sum of RGB (Red+Green+Blue) = 171+180+248=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 248 - color contains mainly: blue. Hex color #ABB4F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB4F8 is #544B07. Grayscale: #B8B8B8. Windows color (decimal): -5524232 or 16299179. OLE color: 16299179.

HSL color Cylindrical-coordinate representation of color #ABB4F8: hue angle of 232.99º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABB4F8 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 180 248 -
CMYK 0.31 0.27 0 0.03
HSL 232.99º 0.85% 0.82% -
HSV(B) 232.99º 0.31% 0.97% -
XYZ 50.06 48.08 95.45 -
YUV 185.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 171 180 248 0.31 0.27 0 0.03 232.99 0.85 0.82
Hex AB B4 F8 1F 1B 0 3 E9 55 52
Octal 253 264 370 37 33 0 3 351 125 122
Binary 10101011 10110100 11111000 11111 11011 0 11 11101001 1010101 1010010

Color Harmonies of #ABB4F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB4F8

Black with #ABB4F8

Text Example


Text Example

White with #ABB4F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB4F8; }

 p { color: rgb(171,180,248); }

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

background-color css

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

 a { background-color: rgb(171,180,248); }

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

border-color css

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

 span { border-color: rgb(171,180,248); }

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