Html Css Color HEX #A4B6BB Casper

📋 copy color: '#A4B6BB'

red 164 ◦ green 182 ◦ blue 187

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

Shades of Casper #A4B6BB

Tints of Casper #A4B6BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 30.77%
G = 34.15%
B = 35.08%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A4B6BB (or 0xA4B6BB) is known color: Casper. HEX triplet: A4, B6 and BB. RGB value is (164,182,187). Sum of RGB (Red+Green+Blue) = 164+182+187=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4B6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B6BB is #5B4944. Grayscale: #B1B1B1. Windows color (decimal): -5982533 or 12301988. OLE color: 12301988.

HSL color Cylindrical-coordinate representation of color #A4B6BB: hue angle of 193.04º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4B6BB is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 182 187 -
CMYK 0.12 0.03 0 0.27
HSL 193.04º 0.14% 0.69% -
HSV(B) 193.04º 0.12% 0.73% -
XYZ 41.01 44.94 53.53 -
YUV 177.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 164 182 187 0.12 0.03 0 0.27 193.04 0.14 0.69
Hex A4 B6 BB C 3 0 1B C1 E 45
Octal 244 266 273 14 3 0 33 301 16 105
Binary 10100100 10110110 10111011 1100 11 0 11011 11000001 1110 1000101

Color Harmonies of #A4B6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B6BB

Black with #A4B6BB

Text Example


Text Example

White with #A4B6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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