Html Css Color HEX #BDCBB1 Pumice

📋 copy color: '#BDCBB1'

red 189 ◦ green 203 ◦ blue 177

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

Shades of Pumice #BDCBB1

Tints of Pumice #BDCBB1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.68%

 BLUE value IS 177 (69.53% from 255) = 31.11%

R = 33.22%
G = 35.68%
B = 31.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#BDCBB1 (or 0xBDCBB1) is known color: Pumice. HEX triplet: BD, CB and B1. RGB value is (189,203,177). Sum of RGB (Red+Green+Blue) = 189+203+177=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCBB1 is #42344E. Grayscale: #C3C3C3. Windows color (decimal): -4338767 or 11652029. OLE color: 11652029.

HSL color Cylindrical-coordinate representation of color #BDCBB1: hue angle of 92.31º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDCBB1 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 203 177 -
CMYK 0.07 0 0.13 0.20
HSL 92.31º 0.2% 0.75% -
HSV(B) 92.31º 0.13% 0.8% -
XYZ 50.28 56.71 49.89 -
YUV 195.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 189 203 177 0.07 0 0.13 0.20 92.31 0.2 0.75
Hex BD CB B1 7 0 D 14 5C 14 4B
Octal 275 313 261 7 0 15 24 134 24 113
Binary 10111101 11001011 10110001 111 0 1101 10100 1011100 10100 1001011

Color Harmonies of #BDCBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBB1

Black with #BDCBB1

Text Example


Text Example

White with #BDCBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBB1; }

 p { color: rgb(189,203,177); }

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

background-color css

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

 a { background-color: rgb(189,203,177); }

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

border-color css

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

 span { border-color: rgb(189,203,177); }

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