Html Css Color HEX #BDC2BA Pumice

📋 copy color: '#BDC2BA'

red 189 ◦ green 194 ◦ blue 186

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

Shades of Pumice #BDC2BA

Tints of Pumice #BDC2BA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.09%

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

R = 33.22%
G = 34.09%
B = 32.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#BDC2BA (or 0xBDC2BA) is known color: Pumice. HEX triplet: BD, C2 and BA. RGB value is (189,194,186). Sum of RGB (Red+Green+Blue) = 189+194+186=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2BA is #423D45. Grayscale: #BFBFBF. Windows color (decimal): -4341062 or 12239549. OLE color: 12239549.

HSL color Cylindrical-coordinate representation of color #BDC2BA: hue angle of 97.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC2BA is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 186 -
CMYK 0.03 0 0.04 0.24
HSL 97.5º 0.06% 0.75% -
HSV(B) 97.5º 0.04% 0.76% -
XYZ 49.14 52.95 54.08 -
YUV 191.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 189 194 186 0.03 0 0.04 0.24 97.5 0.06 0.75
Hex BD C2 BA 3 0 4 18 62 6 4B
Octal 275 302 272 3 0 4 30 142 6 113
Binary 10111101 11000010 10111010 11 0 100 11000 1100010 110 1001011

Color Harmonies of #BDC2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2BA

Black with #BDC2BA

Text Example


Text Example

White with #BDC2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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