Html Css Color HEX #BCC2B7 Pumice

📋 copy color: '#BCC2B7'

red 188 ◦ green 194 ◦ blue 183

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

Shades of Pumice #BCC2B7

Tints of Pumice #BCC2B7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.34%

 BLUE value IS 183 (71.88% from 255) = 32.39%

R = 33.27%
G = 34.34%
B = 32.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#BCC2B7 (or 0xBCC2B7) is known color: Pumice. HEX triplet: BC, C2 and B7. RGB value is (188,194,183). Sum of RGB (Red+Green+Blue) = 188+194+183=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2B7 is #433D48. Grayscale: #BEBEBE. Windows color (decimal): -4406601 or 12042940. OLE color: 12042940.

HSL color Cylindrical-coordinate representation of color #BCC2B7: hue angle of 92.73º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC2B7 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 183 -
CMYK 0.03 0 0.06 0.24
HSL 92.73º 0.08% 0.74% -
HSV(B) 92.73º 0.06% 0.76% -
XYZ 48.58 52.69 52.41 -
YUV 190.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 188 194 183 0.03 0 0.06 0.24 92.73 0.08 0.74
Hex BC C2 B7 3 0 6 18 5D 8 4A
Octal 274 302 267 3 0 6 30 135 10 112
Binary 10111100 11000010 10110111 11 0 110 11000 1011101 1000 1001010

Color Harmonies of #BCC2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2B7

Black with #BCC2B7

Text Example


Text Example

White with #BCC2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2B7; }

 p { color: rgb(188,194,183); }

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

background-color css

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

 a { background-color: rgb(188,194,183); }

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

border-color css

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

 span { border-color: rgb(188,194,183); }

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