Html Css Color HEX #ACB7EB Perano

📋 copy color: '#ACB7EB'

red 172 ◦ green 183 ◦ blue 235

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

Shades of Perano #ACB7EB

Tints of Perano #ACB7EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.83%

R = 29.15%
G = 31.02%
B = 39.83%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACB7EB (or 0xACB7EB) is known color: Perano. HEX triplet: AC, B7 and EB. RGB value is (172,183,235). Sum of RGB (Red+Green+Blue) = 172+183+235=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7EB is #534814. Grayscale: #B9B9B9. Windows color (decimal): -5457941 or 15447980. OLE color: 15447980.

HSL color Cylindrical-coordinate representation of color #ACB7EB: hue angle of 229.52º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB7EB is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 183 235 -
CMYK 0.27 0.22 0 0.08
HSL 229.52º 0.61% 0.8% -
HSV(B) 229.52º 0.27% 0.92% -
XYZ 48.94 48.64 85.41 -
YUV 185.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 172 183 235 0.27 0.22 0 0.08 229.52 0.61 0.8
Hex AC B7 EB 1B 16 0 8 E6 3D 50
Octal 254 267 353 33 26 0 10 346 75 120
Binary 10101100 10110111 11101011 11011 10110 0 1000 11100110 111101 1010000

Color Harmonies of #ACB7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7EB

Black with #ACB7EB

Text Example


Text Example

White with #ACB7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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