Html Css Color HEX #ACBADB Perano

📋 copy color: '#ACBADB'

red 172 ◦ green 186 ◦ blue 219

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

Shades of Perano #ACBADB

Tints of Perano #ACBADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.24%

 BLUE value IS 219 (85.94% from 255) = 37.95%

R = 29.81%
G = 32.24%
B = 37.95%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACBADB (or 0xACBADB) is known color: Perano. HEX triplet: AC, BA and DB. RGB value is (172,186,219). Sum of RGB (Red+Green+Blue) = 172+186+219=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACBADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBADB is #534524. Grayscale: #B9B9B9. Windows color (decimal): -5457189 or 14400172. OLE color: 14400172.

HSL color Cylindrical-coordinate representation of color #ACBADB: hue angle of 222.13º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACBADB is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 186 219 -
CMYK 0.21 0.15 0 0.14
HSL 222.13º 0.39% 0.77% -
HSV(B) 222.13º 0.21% 0.86% -
XYZ 47.36 49 73.98 -
YUV 185.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 172 186 219 0.21 0.15 0 0.14 222.13 0.39 0.77
Hex AC BA DB 15 F 0 E DE 27 4D
Octal 254 272 333 25 17 0 16 336 47 115
Binary 10101100 10111010 11011011 10101 1111 0 1110 11011110 100111 1001101

Color Harmonies of #ACBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBADB

Black with #ACBADB

Text Example


Text Example

White with #ACBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBADB; }

 p { color: rgb(172,186,219); }

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

background-color css

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

 a { background-color: rgb(172,186,219); }

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

border-color css

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

 span { border-color: rgb(172,186,219); }

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