Html Css Color HEX #ACBEFE Perano

📋 copy color: '#ACBEFE'

red 172 ◦ green 190 ◦ blue 254

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

Shades of Perano #ACBEFE

Tints of Perano #ACBEFE

RGB

 RED value IS 172 (67.58% from 255) = 27.92%

 GREEN value IS 190 (74.61% from 255) = 30.84%

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

R = 27.92%
G = 30.84%
B = 41.23%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ACBEFE (or 0xACBEFE) is known color: Perano. HEX triplet: AC, BE and FE. RGB value is (172,190,254). Sum of RGB (Red+Green+Blue) = 172+190+254=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACBEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBEFE is #534101. Grayscale: #BFBFBF. Windows color (decimal): -5456130 or 16694956. OLE color: 16694956.

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

Color convert

RGB 172 190 254 -
CMYK 0.32 0.25 0 0.00
HSL 226.83º 0.98% 0.84% -
HSV(B) 226.83º 0.32% 1% -
XYZ 53.32 52.75 101.14 -
YUV 191.91 163.04 113.8 -
System Red Green Blue C M Y K H S L
Decimal 172 190 254 0.32 0.25 0 0.00 226.83 0.98 0.84
Hex AC BE FE 20 19 0 0 E3 62 54
Octal 254 276 376 40 31 0 0 343 142 124
Binary 10101100 10111110 11111110 100000 11001 0 0 11100011 1100010 1010100

Color Harmonies of #ACBEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBEFE

Black with #ACBEFE

Text Example


Text Example

White with #ACBEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBEFE; }

 p { color: rgb(172,190,254); }

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

background-color css

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

 a { background-color: rgb(172,190,254); }

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

border-color css

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

 span { border-color: rgb(172,190,254); }

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