Html Css Color HEX #BCBDBB Pumice

📋 copy color: '#BCBDBB'

red 188 ◦ green 189 ◦ blue 187

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

Shades of Pumice #BCBDBB

Tints of Pumice #BCBDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.16%

R = 33.33%
G = 33.51%
B = 33.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCBDBB (or 0xBCBDBB) is known color: Pumice. HEX triplet: BC, BD and BB. RGB value is (188,189,187). Sum of RGB (Red+Green+Blue) = 188+189+187=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDBB is #434244. Grayscale: #BCBCBC. Windows color (decimal): -4407877 or 12303804. OLE color: 12303804.

HSL color Cylindrical-coordinate representation of color #BCBDBB: hue angle of 90º degrees, saturation: 0.01, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BCBDBB is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 187 -
CMYK 0.01 0 0.01 0.26
HSL 90º 0.01% 0.74% -
HSV(B) 90º 0.01% 0.74% -
XYZ 47.91 50.67 54.27 -
YUV 188.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 188 189 187 0.01 0 0.01 0.26 90 0.01 0.74
Hex BC BD BB 1 0 1 1A 5A 1 4A
Octal 274 275 273 1 0 1 32 132 1 112
Binary 10111100 10111101 10111011 1 0 1 11010 1011010 1 1001010

Color Harmonies of #BCBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDBB

Black with #BCBDBB

Text Example


Text Example

White with #BCBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDBB; }

 p { color: rgb(188,189,187); }

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

background-color css

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

 a { background-color: rgb(188,189,187); }

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

border-color css

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

 span { border-color: rgb(188,189,187); }

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