Html Css Color HEX #BCBEBB Pumice

📋 copy color: '#BCBEBB'

red 188 ◦ green 190 ◦ blue 187

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

Shades of Pumice #BCBEBB

Tints of Pumice #BCBEBB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.63%

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

R = 33.27%
G = 33.63%
B = 33.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BCBEBB (or 0xBCBEBB) is known color: Pumice. HEX triplet: BC, BE and BB. RGB value is (188,190,187). Sum of RGB (Red+Green+Blue) = 188+190+187=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEBB is #434144. Grayscale: #BDBDBD. Windows color (decimal): -4407621 or 12304060. OLE color: 12304060.

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

Color convert

RGB 188 190 187 -
CMYK 0.01 0 0.02 0.25
HSL 100º 0.02% 0.74% -
HSV(B) 100º 0.02% 0.75% -
XYZ 48.12 51.11 54.34 -
YUV 189.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 188 190 187 0.01 0 0.02 0.25 100 0.02 0.74
Hex BC BE BB 1 0 2 19 64 2 4A
Octal 274 276 273 1 0 2 31 144 2 112
Binary 10111100 10111110 10111011 1 0 10 11001 1100100 10 1001010

Color Harmonies of #BCBEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBEBB

Black with #BCBEBB

Text Example


Text Example

White with #BCBEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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