Html Css Color HEX #A4BBCB Heather

📋 copy color: '#A4BBCB'

red 164 ◦ green 187 ◦ blue 203

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

Shades of Heather #A4BBCB

Tints of Heather #A4BBCB

RGB

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

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

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

R = 29.6%
G = 33.75%
B = 36.64%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A4BBCB (or 0xA4BBCB) is known color: Heather. HEX triplet: A4, BB and CB. RGB value is (164,187,203). Sum of RGB (Red+Green+Blue) = 164+187+203=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #A4BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBCB is #5B4434. Grayscale: #B5B5B5. Windows color (decimal): -5981237 or 13351844. OLE color: 13351844.

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

Color convert

RGB 164 187 203 -
CMYK 0.19 0.08 0 0.20
HSL 204.62º 0.27% 0.72% -
HSV(B) 204.62º 0.19% 0.8% -
XYZ 43.86 47.74 63.4 -
YUV 181.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 164 187 203 0.19 0.08 0 0.20 204.62 0.27 0.72
Hex A4 BB CB 13 8 0 14 CD 1B 48
Octal 244 273 313 23 10 0 24 315 33 110
Binary 10100100 10111011 11001011 10011 1000 0 10100 11001101 11011 1001000

Color Harmonies of #A4BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBCB

Black with #A4BBCB

Text Example


Text Example

White with #A4BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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