Html Css Color HEX #BDCBB0 Pumice

📋 copy color: '#BDCBB0'

red 189 ◦ green 203 ◦ blue 176

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

Shades of Pumice #BDCBB0

Tints of Pumice #BDCBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.99%

R = 33.27%
G = 35.74%
B = 30.99%

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

#BDCBB0 (or 0xBDCBB0) is known color: Pumice. HEX triplet: BD, CB and B0. RGB value is (189,203,176). Sum of RGB (Red+Green+Blue) = 189+203+176=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCBB0 is #42344F. Grayscale: #C3C3C3. Windows color (decimal): -4338768 or 11586493. OLE color: 11586493.

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

Color convert

RGB 189 203 176 -
CMYK 0.07 0 0.13 0.20
HSL 91.11º 0.21% 0.74% -
HSV(B) 91.11º 0.13% 0.8% -
XYZ 50.18 56.67 49.37 -
YUV 195.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 189 203 176 0.07 0 0.13 0.20 91.11 0.21 0.74
Hex BD CB B0 7 0 D 14 5B 15 4A
Octal 275 313 260 7 0 15 24 133 25 112
Binary 10111101 11001011 10110000 111 0 1101 10100 1011011 10101 1001010

Color Harmonies of #BDCBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBB0

Black with #BDCBB0

Text Example


Text Example

White with #BDCBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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