Html Css Color HEX #B1BCBE Casper

📋 copy color: '#B1BCBE'

red 177 ◦ green 188 ◦ blue 190

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

Shades of Casper #B1BCBE

Tints of Casper #B1BCBE

RGB

 RED value IS 177 (69.53% from 255) = 31.89%

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

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

R = 31.89%
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

#B1BCBE (or 0xB1BCBE) is known color: Casper. HEX triplet: B1, BC and BE. RGB value is (177,188,190). Sum of RGB (Red+Green+Blue) = 177+188+190=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 190 - color contains mainly: blue. Hex color #B1BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCBE is #4E4341. Grayscale: #B8B8B8. Windows color (decimal): -5129026 or 12500145. OLE color: 12500145.

HSL color Cylindrical-coordinate representation of color #B1BCBE: 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 #B1BCBE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 188 190 -
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.41 49.03 55.79 -
YUV 184.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 177 188 190 0.07 0.01 0 0.25 189.23 0.09 0.72
Hex B1 BC BE 7 1 0 19 BD 9 48
Octal 261 274 276 7 1 0 31 275 11 110
Binary 10110001 10111100 10111110 111 1 0 11001 10111101 1001 1001000

Color Harmonies of #B1BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCBE

Black with #B1BCBE

Text Example


Text Example

White with #B1BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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