#BCCDCB

Color #BCCDCB Geyser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geyser #BCCDCB

Tints of Geyser #BCCDCB

Color information

#BCCDCB (or 0xBCCDCB) is unknown color: approx Geyser. HEX triplet: BC, CD and CB. RGB value is (188,205,203). Sum of RGB (Red+Green+Blue) = 188+205+203=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDCB is #433234. Grayscale: #C7C7C7. Windows color (decimal): -4403765 or 13356476. OLE color: 13356476.

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

Color convert

RGB188205203-
CMYK0.0800.010.20
HSL172.94º14.53%77.06%-
HSV(B)172.94º8.29%80.39%-
XYZ53.3558.6765.01-
YUV199.69129.87119.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 203 (79.69% from 255) = 34.06%
R=31.54%
G=34.40%
B=34.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882052030.0800.010.20172.9414.5377.06
HexBCCDCB80114adf4d
Octal27431531310012425517115
Binary101111001100110111001011100001101001010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDCB; }

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

 H1.HeaderClassName
 {
   color: #BCCDCB;
 }
 .AnyTagClassName
 {
   color: #BCCDCB;
 }
</style>
background-color css

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

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

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

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

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

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