Html Css Color HEX #ACB6EE Perano

📋 copy color: '#ACB6EE'

red 172 ◦ green 182 ◦ blue 238

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

Shades of Perano #ACB6EE

Tints of Perano #ACB6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.2%

R = 29.05%
G = 30.74%
B = 40.2%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACB6EE (or 0xACB6EE) is known color: Perano. HEX triplet: AC, B6 and EE. RGB value is (172,182,238). Sum of RGB (Red+Green+Blue) = 172+182+238=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACB6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6EE is #534911. Grayscale: #B9B9B9. Windows color (decimal): -5458194 or 15644332. OLE color: 15644332.

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

Color convert

RGB 172 182 238 -
CMYK 0.28 0.24 0 0.07
HSL 230.91º 0.66% 0.8% -
HSV(B) 230.91º 0.28% 0.93% -
XYZ 49.17 48.4 87.64 -
YUV 185.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 172 182 238 0.28 0.24 0 0.07 230.91 0.66 0.8
Hex AC B6 EE 1C 18 0 7 E7 42 50
Octal 254 266 356 34 30 0 7 347 102 120
Binary 10101100 10110110 11101110 11100 11000 0 111 11100111 1000010 1010000

Color Harmonies of #ACB6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6EE

Black with #ACB6EE

Text Example


Text Example

White with #ACB6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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