Html Css Color HEX #ACBDCB Heather

📋 copy color: '#ACBDCB'

red 172 ◦ green 189 ◦ blue 203

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

Shades of Heather #ACBDCB

Tints of Heather #ACBDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.51%

 BLUE value IS 203 (79.69% from 255) = 35.99%

R = 30.5%
G = 33.51%
B = 35.99%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACBDCB (or 0xACBDCB) is known color: Heather. HEX triplet: AC, BD and CB. RGB value is (172,189,203). Sum of RGB (Red+Green+Blue) = 172+189+203=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDCB is #534234. Grayscale: #B9B9B9. Windows color (decimal): -5456437 or 13352364. OLE color: 13352364.

HSL color Cylindrical-coordinate representation of color #ACBDCB: hue angle of 207.1º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACBDCB is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 189 203 -
CMYK 0.15 0.07 0 0.20
HSL 207.1º 0.23% 0.74% -
HSV(B) 207.1º 0.15% 0.8% -
XYZ 45.99 49.48 63.63 -
YUV 185.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 172 189 203 0.15 0.07 0 0.20 207.1 0.23 0.74
Hex AC BD CB F 7 0 14 CF 17 4A
Octal 254 275 313 17 7 0 24 317 27 112
Binary 10101100 10111101 11001011 1111 111 0 10100 11001111 10111 1001010

Color Harmonies of #ACBDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDCB

Black with #ACBDCB

Text Example


Text Example

White with #ACBDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDCB; }

 p { color: rgb(172,189,203); }

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

background-color css

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

 a { background-color: rgb(172,189,203); }

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

border-color css

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

 span { border-color: rgb(172,189,203); }

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