#BCDCB7

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

Shades of Surf Crest #BCDCB7

Tints of Surf Crest #BCDCB7

Color information

#BCDCB7 (or 0xBCDCB7) is unknown color: approx Surf Crest. HEX triplet: BC, DC and B7. RGB value is (188,220,183). Sum of RGB (Red+Green+Blue) = 188+220+183=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCB7 is #432348. Grayscale: #CECECE. Windows color (decimal): -4399945 or 12049596. OLE color: 12049596.

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

Color convert

RGB188220183-
CMYK0.1500.170.14
HSL111.89º34.58%79.02%-
HSV(B)111.89º16.82%86.27%-
XYZ54.8865.354.51-
YUV206.21114.9115.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.81%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 183 (71.88% from 255) = 30.96%
R=31.81%
G=37.23%
B=30.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201830.1500.170.14111.8934.5879.02
HexBCDCB7F011E70234f
Octal274334267170211616043117
Binary1011110011011100101101111111010001111011100001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCB7; }

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

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

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

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

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

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

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

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