Html Css Color HEX #B0BCBE Casper

📋 copy color: '#B0BCBE'

red 176 ◦ green 188 ◦ blue 190

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

Shades of Casper #B0BCBE

Tints of Casper #B0BCBE

RGB

 RED value IS 176 (69.14% from 255) = 31.77%

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

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

R = 31.77%
G = 33.94%
B = 34.3%

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

#B0BCBE (or 0xB0BCBE) is known color: Casper. HEX triplet: B0, BC and BE. RGB value is (176,188,190). Sum of RGB (Red+Green+Blue) = 176+188+190=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 190 - color contains mainly: blue. Hex color #B0BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCBE is #4F4341. Grayscale: #B8B8B8. Windows color (decimal): -5194562 or 12500144. OLE color: 12500144.

HSL color Cylindrical-coordinate representation of color #B0BCBE: hue angle of 188.57º degrees, saturation: 0.1, 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 #B0BCBE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 188 190 -
CMYK 0.07 0.01 0 0.25
HSL 188.57º 0.1% 0.72% -
HSV(B) 188.57º 0.07% 0.75% -
XYZ 45.18 48.91 55.78 -
YUV 184.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 176 188 190 0.07 0.01 0 0.25 188.57 0.1 0.72
Hex B0 BC BE 7 1 0 19 BD A 48
Octal 260 274 276 7 1 0 31 275 12 110
Binary 10110000 10111100 10111110 111 1 0 11001 10111101 1010 1001000

Color Harmonies of #B0BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCBE

Black with #B0BCBE

Text Example


Text Example

White with #B0BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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