Html Css Color HEX #BCCEB1 Pumice

📋 copy color: '#BCCEB1'

red 188 ◦ green 206 ◦ blue 177

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

Shades of Pumice #BCCEB1

Tints of Pumice #BCCEB1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.08%

 BLUE value IS 177 (69.53% from 255) = 31%

R = 32.92%
G = 36.08%
B = 31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#BCCEB1 (or 0xBCCEB1) is known color: Pumice. HEX triplet: BC, CE and B1. RGB value is (188,206,177). Sum of RGB (Red+Green+Blue) = 188+206+177=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEB1 is #43314E. Grayscale: #C5C5C5. Windows color (decimal): -4403535 or 11652796. OLE color: 11652796.

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

Color convert

RGB 188 206 177 -
CMYK 0.09 0 0.14 0.19
HSL 97.24º 0.23% 0.75% -
HSV(B) 97.24º 0.14% 0.81% -
XYZ 50.75 58.01 50.12 -
YUV 197.31 116.54 121.36 -
System Red Green Blue C M Y K H S L
Decimal 188 206 177 0.09 0 0.14 0.19 97.24 0.23 0.75
Hex BC CE B1 9 0 E 13 61 17 4B
Octal 274 316 261 11 0 16 23 141 27 113
Binary 10111100 11001110 10110001 1001 0 1110 10011 1100001 10111 1001011

Color Harmonies of #BCCEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEB1

Black with #BCCEB1

Text Example


Text Example

White with #BCCEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEB1; }

 p { color: rgb(188,206,177); }

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

background-color css

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

 a { background-color: rgb(188,206,177); }

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

border-color css

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

 span { border-color: rgb(188,206,177); }

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