#BCCFCD

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

Shades of Geyser #BCCFCD

Tints of Geyser #BCCFCD

Color information

#BCCFCD (or 0xBCCFCD) is unknown color: approx Geyser. HEX triplet: BC, CF and CD. RGB value is (188,207,205). Sum of RGB (Red+Green+Blue) = 188+207+205=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFCD is #433032. Grayscale: #C9C9C9. Windows color (decimal): -4403251 or 13488060. OLE color: 13488060.

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

Color convert

RGB188207205-
CMYK0.0900.010.19
HSL173.68º16.52%77.45%-
HSV(B)173.68º9.18%81.18%-
XYZ54.0759.7266.44-
YUV201.09130.21118.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=31.33%
G=34.5%
B=34.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882072050.0900.010.19173.6816.5277.45
HexBCCFCD90113ae114d
Octal27431731511012325621115
Binary1011110011001111110011011001011001110101110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFCD; }

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

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

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

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

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

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

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

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