Html Css Color HEX #BCC8B6 Pumice

📋 copy color: '#BCC8B6'

red 188 ◦ green 200 ◦ blue 182

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

Shades of Pumice #BCC8B6

Tints of Pumice #BCC8B6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.09%

 BLUE value IS 182 (71.48% from 255) = 31.93%

R = 32.98%
G = 35.09%
B = 31.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#BCC8B6 (or 0xBCC8B6) is known color: Pumice. HEX triplet: BC, C8 and B6. RGB value is (188,200,182). Sum of RGB (Red+Green+Blue) = 188+200+182=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8B6 is #433749. Grayscale: #C2C2C2. Windows color (decimal): -4405066 or 11978940. OLE color: 11978940.

HSL color Cylindrical-coordinate representation of color #BCC8B6: hue angle of 100º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC8B6 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 182 -
CMYK 0.06 0 0.09 0.22
HSL 100º 0.14% 0.75% -
HSV(B) 100º 0.09% 0.78% -
XYZ 49.84 55.38 52.32 -
YUV 194.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 188 200 182 0.06 0 0.09 0.22 100 0.14 0.75
Hex BC C8 B6 6 0 9 16 64 E 4B
Octal 274 310 266 6 0 11 26 144 16 113
Binary 10111100 11001000 10110110 110 0 1001 10110 1100100 1110 1001011

Color Harmonies of #BCC8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8B6

Black with #BCC8B6

Text Example


Text Example

White with #BCC8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8B6; }

 p { color: rgb(188,200,182); }

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

background-color css

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

 a { background-color: rgb(188,200,182); }

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

border-color css

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

 span { border-color: rgb(188,200,182); }

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