Html Css Color HEX #BCCCB0 Pumice

📋 copy color: '#BCCCB0'

red 188 ◦ green 204 ◦ blue 176

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

Shades of Pumice #BCCCB0

Tints of Pumice #BCCCB0

RGB

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

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

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

R = 33.1%
G = 35.92%
B = 30.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#BCCCB0 (or 0xBCCCB0) is known color: Pumice. HEX triplet: BC, CC and B0. RGB value is (188,204,176). Sum of RGB (Red+Green+Blue) = 188+204+176=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCB0 is #43334F. Grayscale: #C4C4C4. Windows color (decimal): -4404048 or 11586748. OLE color: 11586748.

HSL color Cylindrical-coordinate representation of color #BCCCB0: 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 #BCCCB0 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 176 -
CMYK 0.08 0 0.14 0.2
HSL 94.29º 0.22% 0.75% -
HSV(B) 94.29º 0.14% 0.8% -
XYZ 50.17 57.01 49.43 -
YUV 196.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 188 204 176 0.08 0 0.14 0.2 94.29 0.22 0.75
Hex BC CC B0 8 0 E 14 5E 16 4B
Octal 274 314 260 10 0 16 24 136 26 113
Binary 10111100 11001100 10110000 1000 0 1110 10100 1011110 10110 1001011

Color Harmonies of #BCCCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCB0

Black with #BCCCB0

Text Example


Text Example

White with #BCCCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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