Html Css Color HEX #BCCDB1 Pumice

📋 copy color: '#BCCDB1'

red 188 ◦ green 205 ◦ blue 177

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

Shades of Pumice #BCCDB1

Tints of Pumice #BCCDB1

RGB

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

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

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

R = 32.98%
G = 35.96%
B = 31.05%

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

#BCCDB1 (or 0xBCCDB1) is known color: Pumice. HEX triplet: BC, CD and B1. RGB value is (188,205,177). Sum of RGB (Red+Green+Blue) = 188+205+177=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCDB1 is #43324E. Grayscale: #C4C4C4. Windows color (decimal): -4403791 or 11652540. OLE color: 11652540.

HSL color Cylindrical-coordinate representation of color #BCCDB1: hue angle of 96.43º 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 #BCCDB1 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 177 -
CMYK 0.08 0 0.14 0.20
HSL 96.43º 0.22% 0.75% -
HSV(B) 96.43º 0.14% 0.8% -
XYZ 50.51 57.53 50.04 -
YUV 196.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 188 205 177 0.08 0 0.14 0.20 96.43 0.22 0.75
Hex BC CD B1 8 0 E 14 60 16 4B
Octal 274 315 261 10 0 16 24 140 26 113
Binary 10111100 11001101 10110001 1000 0 1110 10100 1100000 10110 1001011

Color Harmonies of #BCCDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDB1

Black with #BCCDB1

Text Example


Text Example

White with #BCCDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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