Html Css Color HEX #A4BBCC Heather

📋 copy color: '#A4BBCC'

red 164 ◦ green 187 ◦ blue 204

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

Shades of Heather #A4BBCC

Tints of Heather #A4BBCC

RGB

 RED value IS 164 (64.45% from 255) = 29.55%

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

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 29.55%
G = 33.69%
B = 36.76%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A4BBCC (or 0xA4BBCC) is known color: Heather. HEX triplet: A4, BB and CC. RGB value is (164,187,204). Sum of RGB (Red+Green+Blue) = 164+187+204=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #A4BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBCC is #5B4433. Grayscale: #B5B5B5. Windows color (decimal): -5981236 or 13417380. OLE color: 13417380.

HSL color Cylindrical-coordinate representation of color #A4BBCC: hue angle of 205.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4BBCC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 187 204 -
CMYK 0.20 0.08 0 0.2
HSL 205.5º 0.28% 0.72% -
HSV(B) 205.5º 0.2% 0.8% -
XYZ 43.98 47.79 64.03 -
YUV 182.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 164 187 204 0.20 0.08 0 0.2 205.5 0.28 0.72
Hex A4 BB CC 14 8 0 14 CE 1C 48
Octal 244 273 314 24 10 0 24 316 34 110
Binary 10100100 10111011 11001100 10100 1000 0 10100 11001110 11100 1001000

Color Harmonies of #A4BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBCC

Black with #A4BBCC

Text Example


Text Example

White with #A4BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBCC; }

 p { color: rgb(164,187,204); }

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

background-color css

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

 a { background-color: rgb(164,187,204); }

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

border-color css

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

 span { border-color: rgb(164,187,204); }

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