Html Css Color HEX #B2BDBF Casper

📋 copy color: '#B2BDBF'

red 178 ◦ green 189 ◦ blue 191

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

Shades of Casper #B2BDBF

Tints of Casper #B2BDBF

RGB

 RED value IS 178 (69.92% from 255) = 31.9%

 GREEN value IS 189 (74.22% from 255) = 33.87%

 BLUE value IS 191 (75% from 255) = 34.23%

R = 31.9%
G = 33.87%
B = 34.23%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2BDBF (or 0xB2BDBF) is known color: Casper. HEX triplet: B2, BD and BF. RGB value is (178,189,191). Sum of RGB (Red+Green+Blue) = 178+189+191=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDBF is #4D4240. Grayscale: #B9B9B9. Windows color (decimal): -5063233 or 12565938. OLE color: 12565938.

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

Color convert

RGB 178 189 191 -
CMYK 0.07 0.01 0 0.25
HSL 189.23º 0.09% 0.72% -
HSV(B) 189.23º 0.07% 0.75% -
XYZ 45.96 49.62 56.45 -
YUV 185.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 178 189 191 0.07 0.01 0 0.25 189.23 0.09 0.72
Hex B2 BD BF 7 1 0 19 BD 9 48
Octal 262 275 277 7 1 0 31 275 11 110
Binary 10110010 10111101 10111111 111 1 0 11001 10111101 1001 1001000

Color Harmonies of #B2BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BDBF

Black with #B2BDBF

Text Example


Text Example

White with #B2BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BDBF; }

 p { color: rgb(178,189,191); }

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

background-color css

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

 a { background-color: rgb(178,189,191); }

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

border-color css

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

 span { border-color: rgb(178,189,191); }

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