Html Css Color HEX #ACBEFC Perano

📋 copy color: '#ACBEFC'

red 172 ◦ green 190 ◦ blue 252

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

Shades of Perano #ACBEFC

Tints of Perano #ACBEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 28.01%
G = 30.94%
B = 41.04%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACBEFC (or 0xACBEFC) is known color: Perano. HEX triplet: AC, BE and FC. RGB value is (172,190,252). Sum of RGB (Red+Green+Blue) = 172+190+252=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACBEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBEFC is #534103. Grayscale: #BFBFBF. Windows color (decimal): -5456132 or 16563884. OLE color: 16563884.

HSL color Cylindrical-coordinate representation of color #ACBEFC: hue angle of 226.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACBEFC is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 190 252 -
CMYK 0.32 0.25 0 0.01
HSL 226.5º 0.93% 0.83% -
HSV(B) 226.5º 0.32% 0.99% -
XYZ 53 52.63 99.46 -
YUV 191.69 162.04 113.96 -
System Red Green Blue C M Y K H S L
Decimal 172 190 252 0.32 0.25 0 0.01 226.5 0.93 0.83
Hex AC BE FC 20 19 0 1 E2 5D 53
Octal 254 276 374 40 31 0 1 342 135 123
Binary 10101100 10111110 11111100 100000 11001 0 1 11100010 1011101 1010011

Color Harmonies of #ACBEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBEFC

Black with #ACBEFC

Text Example


Text Example

White with #ACBEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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