Html Css Color HEX #BDC5B6 Pumice

📋 copy color: '#BDC5B6'

red 189 ◦ green 197 ◦ blue 182

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

Shades of Pumice #BDC5B6

Tints of Pumice #BDC5B6

RGB

 RED value IS 189 (74.22% from 255) = 33.27%

 GREEN value IS 197 (77.34% from 255) = 34.68%

 BLUE value IS 182 (71.48% from 255) = 32.04%

R = 33.27%
G = 34.68%
B = 32.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#BDC5B6 (or 0xBDC5B6) is known color: Pumice. HEX triplet: BD, C5 and B6. RGB value is (189,197,182). Sum of RGB (Red+Green+Blue) = 189+197+182=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5B6 is #423A49. Grayscale: #C0C0C0. Windows color (decimal): -4340298 or 11978173. OLE color: 11978173.

HSL color Cylindrical-coordinate representation of color #BDC5B6: hue angle of 92º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC5B6 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 182 -
CMYK 0.04 0 0.08 0.23
HSL 92º 0.11% 0.74% -
HSV(B) 92º 0.08% 0.77% -
XYZ 49.4 54.13 52.1 -
YUV 192.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 189 197 182 0.04 0 0.08 0.23 92 0.11 0.74
Hex BD C5 B6 4 0 8 17 5C B 4A
Octal 275 305 266 4 0 10 27 134 13 112
Binary 10111101 11000101 10110110 100 0 1000 10111 1011100 1011 1001010

Color Harmonies of #BDC5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5B6

Black with #BDC5B6

Text Example


Text Example

White with #BDC5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5B6; }

 p { color: rgb(189,197,182); }

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

background-color css

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

 a { background-color: rgb(189,197,182); }

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

border-color css

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

 span { border-color: rgb(189,197,182); }

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