Html Css Color HEX #BDC7B6 Pumice

📋 copy color: '#BDC7B6'

red 189 ◦ green 199 ◦ blue 182

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

Shades of Pumice #BDC7B6

Tints of Pumice #BDC7B6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.91%

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

R = 33.16%
G = 34.91%
B = 31.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#BDC7B6 (or 0xBDC7B6) is known color: Pumice. HEX triplet: BD, C7 and B6. RGB value is (189,199,182). Sum of RGB (Red+Green+Blue) = 189+199+182=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7B6 is #423849. Grayscale: #C2C2C2. Windows color (decimal): -4339786 or 11978685. OLE color: 11978685.

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

Color convert

RGB 189 199 182 -
CMYK 0.05 0 0.09 0.22
HSL 95.29º 0.13% 0.75% -
HSV(B) 95.29º 0.09% 0.78% -
XYZ 49.85 55.04 52.25 -
YUV 194.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 189 199 182 0.05 0 0.09 0.22 95.29 0.13 0.75
Hex BD C7 B6 5 0 9 16 5F D 4B
Octal 275 307 266 5 0 11 26 137 15 113
Binary 10111101 11000111 10110110 101 0 1001 10110 1011111 1101 1001011

Color Harmonies of #BDC7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7B6

Black with #BDC7B6

Text Example


Text Example

White with #BDC7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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