Html Css Color HEX #ACADEB Perano

📋 copy color: '#ACADEB'

red 172 ◦ green 173 ◦ blue 235

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

Shades of Perano #ACADEB

Tints of Perano #ACADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.83%

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

R = 29.66%
G = 29.83%
B = 40.52%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACADEB (or 0xACADEB) is known color: Perano. HEX triplet: AC, AD and EB. RGB value is (172,173,235). Sum of RGB (Red+Green+Blue) = 172+173+235=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADEB is #535214. Grayscale: #B3B3B3. Windows color (decimal): -5460501 or 15445420. OLE color: 15445420.

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

Color convert

RGB 172 173 235 -
CMYK 0.27 0.26 0 0.08
HSL 239.05º 0.61% 0.8% -
HSV(B) 239.05º 0.27% 0.92% -
XYZ 46.95 44.66 84.74 -
YUV 179.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 172 173 235 0.27 0.26 0 0.08 239.05 0.61 0.8
Hex AC AD EB 1B 1A 0 8 EF 3D 50
Octal 254 255 353 33 32 0 10 357 75 120
Binary 10101100 10101101 11101011 11011 11010 0 1000 11101111 111101 1010000

Color Harmonies of #ACADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADEB

Black with #ACADEB

Text Example


Text Example

White with #ACADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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