Html Css Color HEX #A4B4BC Casper

📋 copy color: '#A4B4BC'

red 164 ◦ green 180 ◦ blue 188

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

Shades of Casper #A4B4BC

Tints of Casper #A4B4BC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.83%

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

R = 30.83%
G = 33.83%
B = 35.34%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A4B4BC (or 0xA4B4BC) is known color: Casper. HEX triplet: A4, B4 and BC. RGB value is (164,180,188). Sum of RGB (Red+Green+Blue) = 164+180+188=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4B4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B4BC is #5B4B43. Grayscale: #B0B0B0. Windows color (decimal): -5983044 or 12367012. OLE color: 12367012.

HSL color Cylindrical-coordinate representation of color #A4B4BC: hue angle of 200º 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 #A4B4BC is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 180 188 -
CMYK 0.13 0.04 0 0.26
HSL 200º 0.15% 0.69% -
HSV(B) 200º 0.13% 0.74% -
XYZ 40.71 44.17 53.96 -
YUV 176.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 164 180 188 0.13 0.04 0 0.26 200 0.15 0.69
Hex A4 B4 BC D 4 0 1A C8 F 45
Octal 244 264 274 15 4 0 32 310 17 105
Binary 10100100 10110100 10111100 1101 100 0 11010 11001000 1111 1000101

Color Harmonies of #A4B4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B4BC

Black with #A4B4BC

Text Example


Text Example

White with #A4B4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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