Html Css Color HEX #ACB8EB Perano

📋 copy color: '#ACB8EB'

red 172 ◦ green 184 ◦ blue 235

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

Shades of Perano #ACB8EB

Tints of Perano #ACB8EB

RGB

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

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

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

R = 29.1%
G = 31.13%
B = 39.76%

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

#ACB8EB (or 0xACB8EB) is known color: Perano. HEX triplet: AC, B8 and EB. RGB value is (172,184,235). Sum of RGB (Red+Green+Blue) = 172+184+235=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB8EB is #534714. Grayscale: #BABABA. Windows color (decimal): -5457685 or 15448236. OLE color: 15448236.

HSL color Cylindrical-coordinate representation of color #ACB8EB: hue angle of 228.57º 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 #ACB8EB is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 184 235 -
CMYK 0.27 0.22 0 0.08
HSL 228.57º 0.61% 0.8% -
HSV(B) 228.57º 0.27% 0.92% -
XYZ 49.15 49.05 85.47 -
YUV 186.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 172 184 235 0.27 0.22 0 0.08 228.57 0.61 0.8
Hex AC B8 EB 1B 16 0 8 E5 3D 50
Octal 254 270 353 33 26 0 10 345 75 120
Binary 10101100 10111000 11101011 11011 10110 0 1000 11100101 111101 1010000

Color Harmonies of #ACB8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8EB

Black with #ACB8EB

Text Example


Text Example

White with #ACB8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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