Html Css Color HEX #ACB1EB Perano

📋 copy color: '#ACB1EB'

red 172 ◦ green 177 ◦ blue 235

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

Shades of Perano #ACB1EB

Tints of Perano #ACB1EB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.31%

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

R = 29.45%
G = 30.31%
B = 40.24%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACB1EB (or 0xACB1EB) is known color: Perano. HEX triplet: AC, B1 and EB. RGB value is (172,177,235). Sum of RGB (Red+Green+Blue) = 172+177+235=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB1EB is #534E14. Grayscale: #B5B5B5. Windows color (decimal): -5459477 or 15446444. OLE color: 15446444.

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

Color convert

RGB 172 177 235 -
CMYK 0.27 0.25 0 0.08
HSL 235.24º 0.61% 0.8% -
HSV(B) 235.24º 0.27% 0.92% -
XYZ 47.73 46.21 85 -
YUV 182.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 172 177 235 0.27 0.25 0 0.08 235.24 0.61 0.8
Hex AC B1 EB 1B 19 0 8 EB 3D 50
Octal 254 261 353 33 31 0 10 353 75 120
Binary 10101100 10110001 11101011 11011 11001 0 1000 11101011 111101 1010000

Color Harmonies of #ACB1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1EB

Black with #ACB1EB

Text Example


Text Example

White with #ACB1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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