Html Css Color HEX #BDCDB1 Pumice

📋 copy color: '#BDCDB1'

red 189 ◦ green 205 ◦ blue 177

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

Shades of Pumice #BDCDB1

Tints of Pumice #BDCDB1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.9%

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

R = 33.1%
G = 35.9%
B = 31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#BDCDB1 (or 0xBDCDB1) is known color: Pumice. HEX triplet: BD, CD and B1. RGB value is (189,205,177). Sum of RGB (Red+Green+Blue) = 189+205+177=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCDB1 is #42324E. Grayscale: #C5C5C5. Windows color (decimal): -4338255 or 11652541. OLE color: 11652541.

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

Color convert

RGB 189 205 177 -
CMYK 0.08 0 0.14 0.20
HSL 94.29º 0.22% 0.75% -
HSV(B) 94.29º 0.14% 0.8% -
XYZ 50.75 57.66 50.05 -
YUV 197.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 189 205 177 0.08 0 0.14 0.20 94.29 0.22 0.75
Hex BD CD B1 8 0 E 14 5E 16 4B
Octal 275 315 261 10 0 16 24 136 26 113
Binary 10111101 11001101 10110001 1000 0 1110 10100 1011110 10110 1001011

Color Harmonies of #BDCDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDB1

Black with #BDCDB1

Text Example


Text Example

White with #BDCDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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