Html Css Color HEX #ACB6EF Perano

📋 copy color: '#ACB6EF'

red 172 ◦ green 182 ◦ blue 239

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

Shades of Perano #ACB6EF

Tints of Perano #ACB6EF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.69%

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

R = 29.01%
G = 30.69%
B = 40.3%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACB6EF (or 0xACB6EF) is known color: Perano. HEX triplet: AC, B6 and EF. RGB value is (172,182,239). Sum of RGB (Red+Green+Blue) = 172+182+239=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACB6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6EF is #534910. Grayscale: #B9B9B9. Windows color (decimal): -5458193 or 15709868. OLE color: 15709868.

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

Color convert

RGB 172 182 239 -
CMYK 0.28 0.24 0 0.06
HSL 231.04º 0.68% 0.81% -
HSV(B) 231.04º 0.28% 0.94% -
XYZ 49.32 48.46 88.42 -
YUV 185.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 172 182 239 0.28 0.24 0 0.06 231.04 0.68 0.81
Hex AC B6 EF 1C 18 0 6 E7 44 51
Octal 254 266 357 34 30 0 6 347 104 121
Binary 10101100 10110110 11101111 11100 11000 0 110 11100111 1000100 1010001

Color Harmonies of #ACB6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6EF

Black with #ACB6EF

Text Example


Text Example

White with #ACB6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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