Html Css Color HEX #BCC7B4 Pumice

📋 copy color: '#BCC7B4'

red 188 ◦ green 199 ◦ blue 180

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

Shades of Pumice #BCC7B4

Tints of Pumice #BCC7B4

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.1%

 BLUE value IS 180 (70.7% from 255) = 31.75%

R = 33.16%
G = 35.1%
B = 31.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#BCC7B4 (or 0xBCC7B4) is known color: Pumice. HEX triplet: BC, C7 and B4. RGB value is (188,199,180). Sum of RGB (Red+Green+Blue) = 188+199+180=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7B4 is #43384B. Grayscale: #C1C1C1. Windows color (decimal): -4405324 or 11847612. OLE color: 11847612.

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

Color convert

RGB 188 199 180 -
CMYK 0.06 0 0.10 0.22
HSL 94.74º 0.15% 0.74% -
HSV(B) 94.74º 0.1% 0.78% -
XYZ 49.4 54.83 51.16 -
YUV 193.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 188 199 180 0.06 0 0.10 0.22 94.74 0.15 0.74
Hex BC C7 B4 6 0 A 16 5F F 4A
Octal 274 307 264 6 0 12 26 137 17 112
Binary 10111100 11000111 10110100 110 0 1010 10110 1011111 1111 1001010

Color Harmonies of #BCC7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7B4

Black with #BCC7B4

Text Example


Text Example

White with #BCC7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7B4; }

 p { color: rgb(188,199,180); }

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

background-color css

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

 a { background-color: rgb(188,199,180); }

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

border-color css

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

 span { border-color: rgb(188,199,180); }

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