Html Css Color HEX #BCCBB0 Pumice

📋 copy color: '#BCCBB0'

red 188 ◦ green 203 ◦ blue 176

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

Shades of Pumice #BCCBB0

Tints of Pumice #BCCBB0

RGB

 RED value IS 188 (73.83% from 255) = 33.16%

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

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

R = 33.16%
G = 35.8%
B = 31.04%

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

#BCCBB0 (or 0xBCCBB0) is known color: Pumice. HEX triplet: BC, CB and B0. RGB value is (188,203,176). Sum of RGB (Red+Green+Blue) = 188+203+176=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBB0 is #43344F. Grayscale: #C3C3C3. Windows color (decimal): -4404304 or 11586492. OLE color: 11586492.

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

Color convert

RGB 188 203 176 -
CMYK 0.07 0 0.13 0.20
HSL 93.33º 0.21% 0.74% -
HSV(B) 93.33º 0.13% 0.8% -
XYZ 49.93 56.54 49.36 -
YUV 195.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 188 203 176 0.07 0 0.13 0.20 93.33 0.21 0.74
Hex BC CB B0 7 0 D 14 5D 15 4A
Octal 274 313 260 7 0 15 24 135 25 112
Binary 10111100 11001011 10110000 111 0 1101 10100 1011101 10101 1001010

Color Harmonies of #BCCBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBB0

Black with #BCCBB0

Text Example


Text Example

White with #BCCBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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