#BCDCBC

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

Shades of Surf #BCDCBC

Tints of Surf #BCDCBC

Color information

#BCDCBC (or 0xBCDCBC) is unknown color: approx Surf. HEX triplet: BC, DC and BC. RGB value is (188,220,188). Sum of RGB (Red+Green+Blue) = 188+220+188=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCBC is #432343. Grayscale: #CECECE. Windows color (decimal): -4399940 or 12377276. OLE color: 12377276.

HSL color Cylindrical-coordinate representation of color #BCDCBC: hue angle of 120º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDCBC is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB188220188-
CMYK0.1500.150.14
HSL120º31.37%80%-
HSV(B)120º14.55%86.27%-
XYZ55.4165.5157.3-
YUV206.78117.4114.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 188 (73.83% from 255) = 31.54%
R=31.54%
G=36.91%
B=31.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201880.1500.150.1412031.3780
HexBCDCBCF0FE781f50
Octal274334274170171617037120
Binary10111100110111001011110011110111111101111000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCBC; }

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

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

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

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

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

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

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

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