Html Css Color HEX #BDC0BA Pumice

📋 copy color: '#BDC0BA'

red 189 ◦ green 192 ◦ blue 186

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

Shades of Pumice #BDC0BA

Tints of Pumice #BDC0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.86%

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 33.33%
G = 33.86%
B = 32.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BDC0BA (or 0xBDC0BA) is known color: Pumice. HEX triplet: BD, C0 and BA. RGB value is (189,192,186). Sum of RGB (Red+Green+Blue) = 189+192+186=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0BA is #423F45. Grayscale: #BEBEBE. Windows color (decimal): -4341574 or 12239037. OLE color: 12239037.

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

Color convert

RGB 189 192 186 -
CMYK 0.02 0 0.03 0.25
HSL 90º 0.05% 0.74% -
HSV(B) 90º 0.03% 0.75% -
XYZ 48.7 52.06 53.94 -
YUV 190.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 189 192 186 0.02 0 0.03 0.25 90 0.05 0.74
Hex BD C0 BA 2 0 3 19 5A 5 4A
Octal 275 300 272 2 0 3 31 132 5 112
Binary 10111101 11000000 10111010 10 0 11 11001 1011010 101 1001010

Color Harmonies of #BDC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0BA

Black with #BDC0BA

Text Example


Text Example

White with #BDC0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0BA; }

 p { color: rgb(189,192,186); }

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

background-color css

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

 a { background-color: rgb(189,192,186); }

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

border-color css

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

 span { border-color: rgb(189,192,186); }

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