#BCDCBD

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

Shades of Surf #BCDCBD

Tints of Surf #BCDCBD

Color information

#BCDCBD (or 0xBCDCBD) is unknown color: approx Surf. HEX triplet: BC, DC and BD. RGB value is (188,220,189). Sum of RGB (Red+Green+Blue) = 188+220+189=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCBD is #432342. Grayscale: #CECECE. Windows color (decimal): -4399939 or 12442812. OLE color: 12442812.

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

Color convert

RGB188220189-
CMYK0.1500.140.14
HSL121.87º31.37%80%-
HSV(B)121.87º14.55%86.27%-
XYZ55.5265.5557.87-
YUV206.9117.9114.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 189 (74.22% from 255) = 31.66%
R=31.49%
G=36.85%
B=31.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201890.1500.140.14121.8731.3780
HexBCDCBDF0EE7a1f50
Octal274334275170161617237120
Binary10111100110111001011110111110111011101111010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCBD; }

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

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

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

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

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

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

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

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