Html Css Color HEX #ACB7EF Perano

📋 copy color: '#ACB7EF'

red 172 ◦ green 183 ◦ blue 239

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

Shades of Perano #ACB7EF

Tints of Perano #ACB7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.81%

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

R = 28.96%
G = 30.81%
B = 40.24%

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

#ACB7EF (or 0xACB7EF) is known color: Perano. HEX triplet: AC, B7 and EF. RGB value is (172,183,239). Sum of RGB (Red+Green+Blue) = 172+183+239=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACB7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7EF is #534810. Grayscale: #B9B9B9. Windows color (decimal): -5457937 or 15710124. OLE color: 15710124.

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

Color convert

RGB 172 183 239 -
CMYK 0.28 0.23 0 0.06
HSL 230.15º 0.68% 0.81% -
HSV(B) 230.15º 0.28% 0.94% -
XYZ 49.53 48.87 88.48 -
YUV 186.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 172 183 239 0.28 0.23 0 0.06 230.15 0.68 0.81
Hex AC B7 EF 1C 17 0 6 E6 44 51
Octal 254 267 357 34 27 0 6 346 104 121
Binary 10101100 10110111 11101111 11100 10111 0 110 11100110 1000100 1010001

Color Harmonies of #ACB7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7EF

Black with #ACB7EF

Text Example


Text Example

White with #ACB7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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