Html Css Color HEX #A7BBBD Casper

📋 copy color: '#A7BBBD'

red 167 ◦ green 187 ◦ blue 189

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

Shades of Casper #A7BBBD

Tints of Casper #A7BBBD

RGB

 RED value IS 167 (65.63% from 255) = 30.76%

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

 BLUE value IS 189 (74.22% from 255) = 34.81%

R = 30.76%
G = 34.44%
B = 34.81%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A7BBBD (or 0xA7BBBD) is known color: Casper. HEX triplet: A7, BB and BD. RGB value is (167,187,189). Sum of RGB (Red+Green+Blue) = 167+187+189=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #A7BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BBBD is #584442. Grayscale: #B5B5B5. Windows color (decimal): -5784643 or 12434343. OLE color: 12434343.

HSL color Cylindrical-coordinate representation of color #A7BBBD: hue angle of 185.45º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7BBBD is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 187 189 -
CMYK 0.12 0.01 0 0.26
HSL 185.45º 0.14% 0.7% -
HSV(B) 185.45º 0.12% 0.74% -
XYZ 42.89 47.43 55.04 -
YUV 181.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 167 187 189 0.12 0.01 0 0.26 185.45 0.14 0.7
Hex A7 BB BD C 1 0 1A B9 E 46
Octal 247 273 275 14 1 0 32 271 16 106
Binary 10100111 10111011 10111101 1100 1 0 11010 10111001 1110 1000110

Color Harmonies of #A7BBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BBBD

Black with #A7BBBD

Text Example


Text Example

White with #A7BBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BBBD; }

 p { color: rgb(167,187,189); }

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

background-color css

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

 a { background-color: rgb(167,187,189); }

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

border-color css

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

 span { border-color: rgb(167,187,189); }

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