#BCDFBD

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

Shades of Surf #BCDFBD

Tints of Surf #BCDFBD

Color information

#BCDFBD (or 0xBCDFBD) is unknown color: approx Surf. HEX triplet: BC, DF and BD. RGB value is (188,223,189). Sum of RGB (Red+Green+Blue) = 188+223+189=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFBD is #432042. Grayscale: #D0D0D0. Windows color (decimal): -4399171 or 12443580. OLE color: 12443580.

HSL color Cylindrical-coordinate representation of color #BCDFBD: hue angle of 121.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFBD is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB188223189-
CMYK0.1600.150.13
HSL121.71º35.35%80.59%-
HSV(B)121.71º15.7%87.45%-
XYZ56.3167.1458.14-
YUV208.66116.9113.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 223 (87.5% from 255) = 37.17%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=31.33%
G=37.17%
B=31.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231890.1600.150.13121.7135.3580.59
HexBCDFBD100FD7a2351
Octal274337275200171517243121
Binary1011110011011111101111011000001111110111110101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFBD; }

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

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

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

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

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

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

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

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