Html Css Color HEX #BDCBB2 Pumice

📋 copy color: '#BDCBB2'

red 189 ◦ green 203 ◦ blue 178

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

Shades of Pumice #BDCBB2

Tints of Pumice #BDCBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.23%

R = 33.16%
G = 35.61%
B = 31.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#BDCBB2 (or 0xBDCBB2) is known color: Pumice. HEX triplet: BD, CB and B2. RGB value is (189,203,178). Sum of RGB (Red+Green+Blue) = 189+203+178=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCBB2 is #42344D. Grayscale: #C4C4C4. Windows color (decimal): -4338766 or 11717565. OLE color: 11717565.

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

Color convert

RGB 189 203 178 -
CMYK 0.07 0 0.12 0.20
HSL 93.6º 0.19% 0.75% -
HSV(B) 93.6º 0.12% 0.8% -
XYZ 50.38 56.75 50.42 -
YUV 195.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 189 203 178 0.07 0 0.12 0.20 93.6 0.19 0.75
Hex BD CB B2 7 0 C 14 5E 13 4B
Octal 275 313 262 7 0 14 24 136 23 113
Binary 10111101 11001011 10110010 111 0 1100 10100 1011110 10011 1001011

Color Harmonies of #BDCBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBB2

Black with #BDCBB2

Text Example


Text Example

White with #BDCBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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