Html Css Color HEX #ACB4EF Perano

📋 copy color: '#ACB4EF'

red 172 ◦ green 180 ◦ blue 239

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

Shades of Perano #ACB4EF

Tints of Perano #ACB4EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.44%

R = 29.1%
G = 30.46%
B = 40.44%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACB4EF (or 0xACB4EF) is known color: Perano. HEX triplet: AC, B4 and EF. RGB value is (172,180,239). Sum of RGB (Red+Green+Blue) = 172+180+239=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACB4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB4EF is #534B10. Grayscale: #B8B8B8. Windows color (decimal): -5458705 or 15709356. OLE color: 15709356.

HSL color Cylindrical-coordinate representation of color #ACB4EF: hue angle of 232.84º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACB4EF is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 180 239 -
CMYK 0.28 0.25 0 0.06
HSL 232.84º 0.68% 0.81% -
HSV(B) 232.84º 0.28% 0.94% -
XYZ 48.91 47.65 88.28 -
YUV 184.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 172 180 239 0.28 0.25 0 0.06 232.84 0.68 0.81
Hex AC B4 EF 1C 19 0 6 E9 44 51
Octal 254 264 357 34 31 0 6 351 104 121
Binary 10101100 10110100 11101111 11100 11001 0 110 11101001 1000100 1010001

Color Harmonies of #ACB4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4EF

Black with #ACB4EF

Text Example


Text Example

White with #ACB4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4EF; }

 p { color: rgb(172,180,239); }

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

background-color css

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

 a { background-color: rgb(172,180,239); }

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

border-color css

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

 span { border-color: rgb(172,180,239); }

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