Html Css Color HEX #ACB8EC Perano

📋 copy color: '#ACB8EC'

red 172 ◦ green 184 ◦ blue 236

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

Shades of Perano #ACB8EC

Tints of Perano #ACB8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 29.05%
G = 31.08%
B = 39.86%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACB8EC (or 0xACB8EC) is known color: Perano. HEX triplet: AC, B8 and EC. RGB value is (172,184,236). Sum of RGB (Red+Green+Blue) = 172+184+236=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACB8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB8EC is #534713. Grayscale: #BABABA. Windows color (decimal): -5457684 or 15513772. OLE color: 15513772.

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

Color convert

RGB 172 184 236 -
CMYK 0.27 0.22 0 0.07
HSL 228.75º 0.63% 0.8% -
HSV(B) 228.75º 0.27% 0.93% -
XYZ 49.29 49.11 86.24 -
YUV 186.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 172 184 236 0.27 0.22 0 0.07 228.75 0.63 0.8
Hex AC B8 EC 1B 16 0 7 E5 3F 50
Octal 254 270 354 33 26 0 7 345 77 120
Binary 10101100 10111000 11101100 11011 10110 0 111 11100101 111111 1010000

Color Harmonies of #ACB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8EC

Black with #ACB8EC

Text Example


Text Example

White with #ACB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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