Html Css Color HEX #A4B6BC Casper

📋 copy color: '#A4B6BC'

red 164 ◦ green 182 ◦ blue 188

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

Shades of Casper #A4B6BC

Tints of Casper #A4B6BC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.08%

 BLUE value IS 188 (73.83% from 255) = 35.21%

R = 30.71%
G = 34.08%
B = 35.21%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A4B6BC (or 0xA4B6BC) is known color: Casper. HEX triplet: A4, B6 and BC. RGB value is (164,182,188). Sum of RGB (Red+Green+Blue) = 164+182+188=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4B6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B6BC is #5B4943. Grayscale: #B1B1B1. Windows color (decimal): -5982532 or 12367524. OLE color: 12367524.

HSL color Cylindrical-coordinate representation of color #A4B6BC: hue angle of 195º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4B6BC is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 182 188 -
CMYK 0.13 0.03 0 0.26
HSL 195º 0.15% 0.69% -
HSV(B) 195º 0.13% 0.74% -
XYZ 41.11 44.98 54.09 -
YUV 177.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 164 182 188 0.13 0.03 0 0.26 195 0.15 0.69
Hex A4 B6 BC D 3 0 1A C3 F 45
Octal 244 266 274 15 3 0 32 303 17 105
Binary 10100100 10110110 10111100 1101 11 0 11010 11000011 1111 1000101

Color Harmonies of #A4B6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B6BC

Black with #A4B6BC

Text Example


Text Example

White with #A4B6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B6BC; }

 p { color: rgb(164,182,188); }

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

background-color css

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

 a { background-color: rgb(164,182,188); }

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

border-color css

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

 span { border-color: rgb(164,182,188); }

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