#BDC6B8

Color #BDC6B8 Pumice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumice #BDC6B8

Tints of Pumice #BDC6B8

Color information

#BDC6B8 (or 0xBDC6B8) is unknown color: approx Pumice. HEX triplet: BD, C6 and B8. RGB value is (189,198,184). Sum of RGB (Red+Green+Blue) = 189+198+184=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6B8 is #423947. Grayscale: #C1C1C1. Windows color (decimal): -4340040 or 12109501. OLE color: 12109501.

HSL color Cylindrical-coordinate representation of color #BDC6B8: hue angle of 98.57º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC6B8 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB189198184-
CMYK0.0500.070.22
HSL98.57º10.94%74.9%-
HSV(B)98.57º7.07%77.65%-
XYZ49.8354.6753.27-
YUV193.71122.52124.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 184 (72.27% from 255) = 32.22%
R=33.10%
G=34.68%
B=32.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981840.0500.070.2298.5710.9474.9
HexBDC6B85071663b4b
Octal2753062705072614313113
Binary101111011100011010111000101011110110110001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6B8; }

 p { color: rgb(189,198,184); }

 H1.HeaderClassName
 {
   color: #BDC6B8;
 }
 .AnyTagClassName
 {
   color: #BDC6B8;
 }
</style>
background-color css

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

 a { background-color: rgb(189,198,184); }

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

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

 span { border-color: rgb(189,198,184); }

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