Html Css Color HEX #ABB8FE Perano

📋 copy color: '#ABB8FE'

red 171 ◦ green 184 ◦ blue 254

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

Shades of Perano #ABB8FE

Tints of Perano #ABB8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.21%

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

R = 28.08%
G = 30.21%
B = 41.71%

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

#ABB8FE (or 0xABB8FE) is known color: Perano. HEX triplet: AB, B8 and FE. RGB value is (171,184,254). Sum of RGB (Red+Green+Blue) = 171+184+254=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABB8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB8FE is #544701. Grayscale: #BBBBBB. Windows color (decimal): -5523202 or 16693419. OLE color: 16693419.

HSL color Cylindrical-coordinate representation of color #ABB8FE: hue angle of 230.6º 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 #ABB8FE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 184 254 -
CMYK 0.33 0.28 0 0.00
HSL 230.6º 0.98% 0.83% -
HSV(B) 230.6º 0.33% 1% -
XYZ 51.82 50.09 100.7 -
YUV 188.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 171 184 254 0.33 0.28 0 0.00 230.6 0.98 0.83
Hex AB B8 FE 21 1C 0 0 E7 62 53
Octal 253 270 376 41 34 0 0 347 142 123
Binary 10101011 10111000 11111110 100001 11100 0 0 11100111 1100010 1010011

Color Harmonies of #ABB8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB8FE

Black with #ABB8FE

Text Example


Text Example

White with #ABB8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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