Html Css Color HEX #BCB7BE Chatelle

📋 copy color: '#BCB7BE'

red 188 ◦ green 183 ◦ blue 190

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

Shades of Chatelle #BCB7BE

Tints of Chatelle #BCB7BE

RGB

 RED value IS 188 (73.83% from 255) = 33.51%

 GREEN value IS 183 (71.88% from 255) = 32.62%

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

R = 33.51%
G = 32.62%
B = 33.87%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCB7BE (or 0xBCB7BE) is known color: Chatelle. HEX triplet: BC, B7 and BE. RGB value is (188,183,190). Sum of RGB (Red+Green+Blue) = 188+183+190=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7BE is #434841. Grayscale: #B9B9B9. Windows color (decimal): -4409410 or 12498876. OLE color: 12498876.

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

Color convert

RGB 188 183 190 -
CMYK 0.01 0.04 0 0.25
HSL 282.86º 0.05% 0.73% -
HSV(B) 282.86º 0.04% 0.75% -
XYZ 46.97 48.28 55.56 -
YUV 185.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 188 183 190 0.01 0.04 0 0.25 282.86 0.05 0.73
Hex BC B7 BE 1 4 0 19 11B 5 49
Octal 274 267 276 1 4 0 31 433 5 111
Binary 10111100 10110111 10111110 1 100 0 11001 100011011 101 1001001

Color Harmonies of #BCB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7BE

Black with #BCB7BE

Text Example


Text Example

White with #BCB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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