Html Css Color HEX #B2BCBE Casper

📋 copy color: '#B2BCBE'

red 178 ◦ green 188 ◦ blue 190

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

Shades of Casper #B2BCBE

Tints of Casper #B2BCBE

RGB

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

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

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

R = 32.01%
G = 33.81%
B = 34.17%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2BCBE (or 0xB2BCBE) is known color: Casper. HEX triplet: B2, BC and BE. RGB value is (178,188,190). Sum of RGB (Red+Green+Blue) = 178+188+190=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCBE is #4D4341. Grayscale: #B9B9B9. Windows color (decimal): -5063490 or 12500146. OLE color: 12500146.

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

Color convert

RGB 178 188 190 -
CMYK 0.06 0.01 0 0.25
HSL 190º 0.08% 0.72% -
HSV(B) 190º 0.06% 0.75% -
XYZ 45.64 49.15 55.8 -
YUV 185.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 178 188 190 0.06 0.01 0 0.25 190 0.08 0.72
Hex B2 BC BE 6 1 0 19 BE 8 48
Octal 262 274 276 6 1 0 31 276 10 110
Binary 10110010 10111100 10111110 110 1 0 11001 10111110 1000 1001000

Color Harmonies of #B2BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BCBE

Black with #B2BCBE

Text Example


Text Example

White with #B2BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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