Html Css Color HEX #B6BCBD Casper

📋 copy color: '#B6BCBD'

red 182 ◦ green 188 ◦ blue 189

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

Shades of Casper #B6BCBD

Tints of Casper #B6BCBD

RGB

 RED value IS 182 (71.48% from 255) = 32.56%

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

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

R = 32.56%
G = 33.63%
B = 33.81%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B6BCBD (or 0xB6BCBD) is known color: Casper. HEX triplet: B6, BC and BD. RGB value is (182,188,189). Sum of RGB (Red+Green+Blue) = 182+188+189=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 189 - color contains mainly: blue. Hex color #B6BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCBD is #494342. Grayscale: #BABABA. Windows color (decimal): -4801347 or 12434614. OLE color: 12434614.

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

Color convert

RGB 182 188 189 -
CMYK 0.04 0.01 0 0.26
HSL 188.57º 0.05% 0.73% -
HSV(B) 188.57º 0.04% 0.74% -
XYZ 46.46 49.59 55.27 -
YUV 186.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 182 188 189 0.04 0.01 0 0.26 188.57 0.05 0.73
Hex B6 BC BD 4 1 0 1A BD 5 49
Octal 266 274 275 4 1 0 32 275 5 111
Binary 10110110 10111100 10111101 100 1 0 11010 10111101 101 1001001

Color Harmonies of #B6BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BCBD

Black with #B6BCBD

Text Example


Text Example

White with #B6BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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