Html Css Color HEX #A7BCBE Casper

📋 copy color: '#A7BCBE'

red 167 ◦ green 188 ◦ blue 190

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

Shades of Casper #A7BCBE

Tints of Casper #A7BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.5%

 BLUE value IS 190 (74.61% from 255) = 34.86%

R = 30.64%
G = 34.5%
B = 34.86%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A7BCBE (or 0xA7BCBE) is known color: Casper. HEX triplet: A7, BC and BE. RGB value is (167,188,190). Sum of RGB (Red+Green+Blue) = 167+188+190=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #A7BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCBE is #584341. Grayscale: #B5B5B5. Windows color (decimal): -5784386 or 12500135. OLE color: 12500135.

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

Color convert

RGB 167 188 190 -
CMYK 0.12 0.01 0 0.25
HSL 185.22º 0.15% 0.7% -
HSV(B) 185.22º 0.12% 0.75% -
XYZ 43.21 47.9 55.68 -
YUV 181.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 167 188 190 0.12 0.01 0 0.25 185.22 0.15 0.7
Hex A7 BC BE C 1 0 19 B9 F 46
Octal 247 274 276 14 1 0 31 271 17 106
Binary 10100111 10111100 10111110 1100 1 0 11001 10111001 1111 1000110

Color Harmonies of #A7BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BCBE

Black with #A7BCBE

Text Example


Text Example

White with #A7BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BCBE; }

 p { color: rgb(167,188,190); }

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

background-color css

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

 a { background-color: rgb(167,188,190); }

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

border-color css

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

 span { border-color: rgb(167,188,190); }

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