Html Css Color HEX #ACB8EF Perano

📋 copy color: '#ACB8EF'

red 172 ◦ green 184 ◦ blue 239

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

Shades of Perano #ACB8EF

Tints of Perano #ACB8EF

RGB

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

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

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

R = 28.91%
G = 30.92%
B = 40.17%

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

#ACB8EF (or 0xACB8EF) is known color: Perano. HEX triplet: AC, B8 and EF. RGB value is (172,184,239). Sum of RGB (Red+Green+Blue) = 172+184+239=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACB8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB8EF is #534710. Grayscale: #BABABA. Windows color (decimal): -5457681 or 15710380. OLE color: 15710380.

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

Color convert

RGB 172 184 239 -
CMYK 0.28 0.23 0 0.06
HSL 229.25º 0.68% 0.81% -
HSV(B) 229.25º 0.28% 0.94% -
XYZ 49.73 49.28 88.55 -
YUV 186.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 172 184 239 0.28 0.23 0 0.06 229.25 0.68 0.81
Hex AC B8 EF 1C 17 0 6 E5 44 51
Octal 254 270 357 34 27 0 6 345 104 121
Binary 10101100 10111000 11101111 11100 10111 0 110 11100101 1000100 1010001

Color Harmonies of #ACB8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8EF

Black with #ACB8EF

Text Example


Text Example

White with #ACB8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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