Html Css Color HEX #ACB9EF Perano

📋 copy color: '#ACB9EF'

red 172 ◦ green 185 ◦ blue 239

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

Shades of Perano #ACB9EF

Tints of Perano #ACB9EF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.04%

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

R = 28.86%
G = 31.04%
B = 40.1%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACB9EF (or 0xACB9EF) is known color: Perano. HEX triplet: AC, B9 and EF. RGB value is (172,185,239). Sum of RGB (Red+Green+Blue) = 172+185+239=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACB9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9EF is #534610. Grayscale: #BBBBBB. Windows color (decimal): -5457425 or 15710636. OLE color: 15710636.

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

Color convert

RGB 172 185 239 -
CMYK 0.28 0.23 0 0.06
HSL 228.36º 0.68% 0.81% -
HSV(B) 228.36º 0.28% 0.94% -
XYZ 49.94 49.7 88.62 -
YUV 187.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 172 185 239 0.28 0.23 0 0.06 228.36 0.68 0.81
Hex AC B9 EF 1C 17 0 6 E4 44 51
Octal 254 271 357 34 27 0 6 344 104 121
Binary 10101100 10111001 11101111 11100 10111 0 110 11100100 1000100 1010001

Color Harmonies of #ACB9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9EF

Black with #ACB9EF

Text Example


Text Example

White with #ACB9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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