#BCD4BC

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

Shades of Surf #BCD4BC

Tints of Surf #BCD4BC

Color information

#BCD4BC (or 0xBCD4BC) is unknown color: approx Surf. HEX triplet: BC, D4 and BC. RGB value is (188,212,188). Sum of RGB (Red+Green+Blue) = 188+212+188=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4BC is #432B43. Grayscale: #CACACA. Windows color (decimal): -4401988 or 12375228. OLE color: 12375228.

HSL color Cylindrical-coordinate representation of color #BCD4BC: hue angle of 120º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD4BC is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB188212188-
CMYK0.1100.110.17
HSL120º21.82%78.43%-
HSV(B)120º11.32%83.14%-
XYZ53.3661.4156.62-
YUV202.09120.05117.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 212 (83.20% from 255) = 36.05%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=31.97%
G=36.05%
B=31.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121880.1100.110.1712021.8278.43
HexBCD4BCB0B1178164e
Octal274324274130132117026116
Binary101111001101010010111100101101011100011111000101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4BC; }

 p { color: rgb(188,212,188); }

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

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

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

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

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

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

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