Html Css Color HEX #ACB2EE Perano

📋 copy color: '#ACB2EE'

red 172 ◦ green 178 ◦ blue 238

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

Shades of Perano #ACB2EE

Tints of Perano #ACB2EE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.27%

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

R = 29.25%
G = 30.27%
B = 40.48%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACB2EE (or 0xACB2EE) is known color: Perano. HEX triplet: AC, B2 and EE. RGB value is (172,178,238). Sum of RGB (Red+Green+Blue) = 172+178+238=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACB2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2EE is #534D11. Grayscale: #B6B6B6. Windows color (decimal): -5459218 or 15643308. OLE color: 15643308.

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

Color convert

RGB 172 178 238 -
CMYK 0.28 0.25 0 0.07
HSL 234.55º 0.66% 0.8% -
HSV(B) 234.55º 0.28% 0.93% -
XYZ 48.37 46.78 87.37 -
YUV 183.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 172 178 238 0.28 0.25 0 0.07 234.55 0.66 0.8
Hex AC B2 EE 1C 19 0 7 EB 42 50
Octal 254 262 356 34 31 0 7 353 102 120
Binary 10101100 10110010 11101110 11100 11001 0 111 11101011 1000010 1010000

Color Harmonies of #ACB2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2EE

Black with #ACB2EE

Text Example


Text Example

White with #ACB2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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