Html Css Color HEX #BCCCB3 Pumice

📋 copy color: '#BCCCB3'

red 188 ◦ green 204 ◦ blue 179

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

Shades of Pumice #BCCCB3

Tints of Pumice #BCCCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.35%

R = 32.92%
G = 35.73%
B = 31.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#BCCCB3 (or 0xBCCCB3) is known color: Pumice. HEX triplet: BC, CC and B3. RGB value is (188,204,179). Sum of RGB (Red+Green+Blue) = 188+204+179=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCB3 is #43334C. Grayscale: #C4C4C4. Windows color (decimal): -4404045 or 11783356. OLE color: 11783356.

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

Color convert

RGB 188 204 179 -
CMYK 0.08 0 0.12 0.2
HSL 98.4º 0.2% 0.75% -
HSV(B) 98.4º 0.12% 0.8% -
XYZ 50.47 57.13 51.02 -
YUV 196.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 188 204 179 0.08 0 0.12 0.2 98.4 0.2 0.75
Hex BC CC B3 8 0 C 14 62 14 4B
Octal 274 314 263 10 0 14 24 142 24 113
Binary 10111100 11001100 10110011 1000 0 1100 10100 1100010 10100 1001011

Color Harmonies of #BCCCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCB3

Black with #BCCCB3

Text Example


Text Example

White with #BCCCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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