Html Css Color HEX #BCCDB0 Pumice

📋 copy color: '#BCCDB0'

red 188 ◦ green 205 ◦ blue 176

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

Shades of Pumice #BCCDB0

Tints of Pumice #BCCDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.03%

 BLUE value IS 176 (69.14% from 255) = 30.93%

R = 33.04%
G = 36.03%
B = 30.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#BCCDB0 (or 0xBCCDB0) is known color: Pumice. HEX triplet: BC, CD and B0. RGB value is (188,205,176). Sum of RGB (Red+Green+Blue) = 188+205+176=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCDB0 is #43324F. Grayscale: #C4C4C4. Windows color (decimal): -4403792 or 11587004. OLE color: 11587004.

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

Color convert

RGB 188 205 176 -
CMYK 0.08 0 0.14 0.20
HSL 95.17º 0.22% 0.75% -
HSV(B) 95.17º 0.14% 0.8% -
XYZ 50.41 57.49 49.51 -
YUV 196.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 188 205 176 0.08 0 0.14 0.20 95.17 0.22 0.75
Hex BC CD B0 8 0 E 14 5F 16 4B
Octal 274 315 260 10 0 16 24 137 26 113
Binary 10111100 11001101 10110000 1000 0 1110 10100 1011111 10110 1001011

Color Harmonies of #BCCDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDB0

Black with #BCCDB0

Text Example


Text Example

White with #BCCDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDB0; }

 p { color: rgb(188,205,176); }

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

background-color css

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

 a { background-color: rgb(188,205,176); }

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

border-color css

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

 span { border-color: rgb(188,205,176); }

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