Html Css Color HEX #BDCCB2 Pumice

📋 copy color: '#BDCCB2'

red 189 ◦ green 204 ◦ blue 178

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

Shades of Pumice #BDCCB2

Tints of Pumice #BDCCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.73%

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

R = 33.1%
G = 35.73%
B = 31.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#BDCCB2 (or 0xBDCCB2) is known color: Pumice. HEX triplet: BD, CC and B2. RGB value is (189,204,178). Sum of RGB (Red+Green+Blue) = 189+204+178=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCCB2 is #42334D. Grayscale: #C4C4C4. Windows color (decimal): -4338510 or 11717821. OLE color: 11717821.

HSL color Cylindrical-coordinate representation of color #BDCCB2: hue angle of 94.62º 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 #BDCCB2 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 178 -
CMYK 0.07 0 0.13 0.2
HSL 94.62º 0.2% 0.75% -
HSV(B) 94.62º 0.13% 0.8% -
XYZ 50.62 57.22 50.5 -
YUV 196.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 189 204 178 0.07 0 0.13 0.2 94.62 0.2 0.75
Hex BD CC B2 7 0 D 14 5F 14 4B
Octal 275 314 262 7 0 15 24 137 24 113
Binary 10111101 11001100 10110010 111 0 1101 10100 1011111 10100 1001011

Color Harmonies of #BDCCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCB2

Black with #BDCCB2

Text Example


Text Example

White with #BDCCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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