Html Css Color HEX #ACBBCA Heather

📋 copy color: '#ACBBCA'

red 172 ◦ green 187 ◦ blue 202

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

Shades of Heather #ACBBCA

Tints of Heather #ACBBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.33%

 BLUE value IS 202 (79.3% from 255) = 36.01%

R = 30.66%
G = 33.33%
B = 36.01%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ACBBCA (or 0xACBBCA) is known color: Heather. HEX triplet: AC, BB and CA. RGB value is (172,187,202). Sum of RGB (Red+Green+Blue) = 172+187+202=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACBBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBCA is #534435. Grayscale: #B8B8B8. Windows color (decimal): -5456950 or 13286316. OLE color: 13286316.

HSL color Cylindrical-coordinate representation of color #ACBBCA: hue angle of 210º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACBBCA is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 187 202 -
CMYK 0.15 0.07 0 0.21
HSL 210º 0.22% 0.73% -
HSV(B) 210º 0.15% 0.79% -
XYZ 45.44 48.58 62.86 -
YUV 184.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 172 187 202 0.15 0.07 0 0.21 210 0.22 0.73
Hex AC BB CA F 7 0 15 D2 16 49
Octal 254 273 312 17 7 0 25 322 26 111
Binary 10101100 10111011 11001010 1111 111 0 10101 11010010 10110 1001001

Color Harmonies of #ACBBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBCA

Black with #ACBBCA

Text Example


Text Example

White with #ACBBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBCA; }

 p { color: rgb(172,187,202); }

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

background-color css

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

 a { background-color: rgb(172,187,202); }

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

border-color css

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

 span { border-color: rgb(172,187,202); }

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