Html Css Color HEX #BDC8B5 Pumice

📋 copy color: '#BDC8B5'

red 189 ◦ green 200 ◦ blue 181

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

Shades of Pumice #BDC8B5

Tints of Pumice #BDC8B5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.09%

 BLUE value IS 181 (71.09% from 255) = 31.75%

R = 33.16%
G = 35.09%
B = 31.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#BDC8B5 (or 0xBDC8B5) is known color: Pumice. HEX triplet: BD, C8 and B5. RGB value is (189,200,181). Sum of RGB (Red+Green+Blue) = 189+200+181=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8B5 is #42374A. Grayscale: #C2C2C2. Windows color (decimal): -4339531 or 11913405. OLE color: 11913405.

HSL color Cylindrical-coordinate representation of color #BDC8B5: hue angle of 94.74º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC8B5 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 181 -
CMYK 0.06 0 0.09 0.22
HSL 94.74º 0.15% 0.75% -
HSV(B) 94.74º 0.1% 0.78% -
XYZ 49.98 55.46 51.79 -
YUV 194.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 189 200 181 0.06 0 0.09 0.22 94.74 0.15 0.75
Hex BD C8 B5 6 0 9 16 5F F 4B
Octal 275 310 265 6 0 11 26 137 17 113
Binary 10111101 11001000 10110101 110 0 1001 10110 1011111 1111 1001011

Color Harmonies of #BDC8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8B5

Black with #BDC8B5

Text Example


Text Example

White with #BDC8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8B5; }

 p { color: rgb(189,200,181); }

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

background-color css

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

 a { background-color: rgb(189,200,181); }

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

border-color css

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

 span { border-color: rgb(189,200,181); }

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